Github manual merge

Fixes the manual merge instructions on github

2024-03-13 기준 버전입니다. 최신 버전을 확인하세요.

작성자
lordwelch
평점
0 0 0
버전
2.2
생성일
2024-02-19
갱신일
2024-03-13
크기
8.59KB
라이선스
MIT
적용 사이트

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>