What do you do with the branch locally once the merge is done?
Do you merge?
If you have processed item 8 in the list above, that means you have merged and committed your changes in your local repository.
You then proceed with item 9 above which sends a pull request to the remote/master repository for them to pull your changes from your local forked repository.
I donāt see any mergeā¦
As an alternative to using gh as mentioned above, I used Github Desktop.
Followed the list in order as @arora_aman posted except for numbers 1 and 10 which use gh. Once you have committed the changes head over to Github Desktop:
-
(if not already done) Use the
Add existing repositoryto import your localfastairepository intoGithub Desktop -
Click on
Branchand you will see the branch you created withgit checkout -
Click on
Create Pull Requestand follow the prompts.
Really easy to use Github Desktop
FYI - Just updated to work with the latest bits.