Github manual merge

Fixes the manual merge instructions on github

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

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

Fixes the manual merge instructions on GitHub

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>