LoginSignup
0
0

More than 3 years have passed since last update.

Git $ git log の表示の先頭コミットを指定する

Posted at

目的

  • $ git logコマンドの表示を特定のコミット先頭に表示する方法をメモ的にまとめておく。

方法

  • 下記コマンドを実行して特定のコミットを先頭にコミットログを表示する。

    $ git log コミット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