LoginSignup
8
8

More than 5 years have passed since last update.

git log をいい感じに alias して色付きで見やすくしておく

Posted at

TL;DR

git config --global alias.tree \
  "log --graph --date=iso --pretty='[%ad]%C(auto) %h%d %Cgreen%an%Creset : %s'"

イメージ:

git-tree.png

参考

余談

今まであまり頑張ってなかったのですが、最近設定しました。

git log --graph --decorate --oneline でもそれなりによかったのですが、Author 名も出しておきたかったのと、色を付けたかったので、 git log --help を見ながら設定しました。

8
8
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
8
8