Github manual merge

Fixes the manual merge instructions on github

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

작성자
lordwelch
평점
0 0 0
버전
2.3
생성일
2024-02-19
갱신일
2024-06-01
크기
8.6KB
라이선스
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>