Greasy Fork is available in English.

Github manual merge

Fixes the manual merge instructions on github

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
lordwelch
일일 설치수
0
총 설치수
4
평점
0 0 0
버전
2.3
생성
2024-02-19
갱신
2024-06-01
Size
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>