Github manual merge

Fixes the manual merge instructions on github

As of 2024-02-19. See the latest version.

Author
lordwelch
Ratings
0 0 0
Version
0.1
Created
2024-02-19
Updated
2024-02-19
Size
2.99 KB
License
MIT
Applies to

Fixes the manual merge instructions on GitHub

git stash
git checkout <primary_branch>
git fetch https://github.com/<user/org>/<project> +<branch_name>:<user/org>/<branch_name>
git checkout <user/org>/<branch_name>