1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【git-spice】ブランチ作成時にコミットしないようにする方法

Posted at

以下のコマンドを実行するとブランチ作成時にコミットされなくなる。

git config --global spice.branchCreate.commit false

gs branch create my-branch

上記のコマンドを実行してもコミットはされない。
コミットしたい場合には--commitをつける。

gs branch create my-branch --commit
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?