以下のコマンドを実行するとブランチ作成時にコミットされなくなる。
git config --global spice.branchCreate.commit false
gs branch create my-branch
上記のコマンドを実行してもコミットはされない。
コミットしたい場合には--commitをつける。
gs branch create my-branch --commit
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
以下のコマンドを実行するとブランチ作成時にコミットされなくなる。
git config --global spice.branchCreate.commit false
gs branch create my-branch
上記のコマンドを実行してもコミットはされない。
コミットしたい場合には--commitをつける。
gs branch create my-branch --commit
Register as a new user and use Qiita more conveniently
Go to list of users who liked