Github manual merge

Fixes the manual merge instructions on github

Author
lordwelch
Daily installs
0
Total installs
4
Ratings
0 0 0
Version
2.3
Created
2024-02-19
Updated
2024-06-01
Size
8.6 KB
License
MIT
Applies to

Fixes the manual merge instructions on GitHub to

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