Github manual merge

Fixes the manual merge instructions on github

Versione datata 19/02/2024. Vedi la nuova versione l'ultima versione.

Autore
lordwelch
Valutazione
0 0 0
Versione
2.0
Creato il
19/02/2024
Aggiornato il
19/02/2024
Dimensione
8,57 KB
Licenza
MIT
Applica a

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>