コマンド一覧

3 件

force push

git push --force-with-lease

リモートブランチをチェックアウト

git fetch origin
git checkout -b ブランチ名 origin/ブランチ名

新しいブランチを作成

git checkout -b 新しいブランチ名