0
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 リモートブランチの一覧を表示する

Last updated at Posted at 2020-06-04

目的

  • 毎回若干忘れるのでこの機会にまとめる

実施環境

  • ハードウェア環境
項目 情報
OS macOS Catalina(10.15.5)
ハードウェア MacBook Pro (13-inch, 2020, Four Thunderbolt 3 ports)
プロセッサ 2 GHz クアッドコアIntel Core i5
メモリ 32 GB 3733 MHz LPDDR4
グラフィックス Intel Iris Plus Graphics 1536 MB
  • ソフトウェア環境
項目 情報 備考
Git バージョン 2.26.2 Homebrewにて導入実施方法はこちら→Mac ネイティブのGitからHomebrewでインストールしたGitに切り替えた話

コマンド例

  • リモートブランチのブランチ名を出力するコマンドを下記に記載する。

    $ git branch -r
    
  • リモート、ローカル問わず全てのブランチ名を出力するコマンドを下記に記載する。

    $ git branch -a
    
0
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
0
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?