LoginSignup
0
0

More than 3 years have passed since last update.

Git コミットがどこのブランチに属しているか調べるコマンド

Posted at

目的

  • コミットIDを指定して当該コミットがどこのブランチに属しているかを確認するコマンドを発見したのでメモ的にまとめる

方法

  1. 下記コマンドを実行して当該コミットがどこのブランチに属しているか確認する。

    $ git branch --contains コミットID
    
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