Greasy Fork is available in English.

Github manual merge

Fixes the manual merge instructions on github

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
lordwelch
1日のインストール数
0
累計インストール数
4
評価
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>