Github manual merge

Fixes the manual merge instructions on github

Version vom 13.03.2024. Aktuellste Version

Autor
lordwelch
Bewertungen
0 0 0
Version
2.2
Erstellt am
19.02.2024
Letzte Aktualisierung
13.03.2024
Größe
8,59 KB
Lizenz
MIT
Wird angewandt auf

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>