#概要
git log
コマンドを使うことでコミットログを追うことが可能ですが、親コミットのみを追う方法をメモします。
#方法
- --first-parentを記述
git log --first-parent
Go to list of users who liked
More than 3 years have passed since last update.
#概要
git log
コマンドを使うことでコミットログを追うことが可能ですが、親コミットのみを追う方法をメモします。
#方法
git log --first-parent
Register as a new user and use Qiita more conveniently
Go to list of users who liked