Github manual merge

Fixes the manual merge instructions on github

Versión del día 13/3/2024. Echa un vistazo a la versión más reciente.

Autor
lordwelch
Calificaciones
0 0 0
Versión
2.2
Creado
19/2/2024
Actualizado
13/3/2024
Tamaño
8,59 KB
Licencia
MIT
Funciona en

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>