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?

More than 3 years have passed since last update.

[Git] 今いるブランチを入力せずにPushをする方法!

Posted at
従来の方法
git push origin <ブランチ名>

今まで、上記のような手段でPushを行っていましたが。

下記のような手段で、今いるブランチを参照してpushしてくれます

新しい方法
git push origin @

ブランチ名が多くなると、今いるブランチを把握しないといけないのでこれはめちゃめちゃ便利!

動作環境

git version 2.30.0

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?