3
2

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.

【Github】git log を見やすくしたい

Posted at

対象者

  • git log コマンドをよく使っている方
  • git log でのコミット履歴が見辛くてお悩みの方

これで解決

git log --graph --name-status --pretty=format:"%C(red)%h %C(green)%an %Creset%s %C(yellow)%d%Creset"

【Git】基本コマンド
こちらの記事で紹介されていたコマンドを参考にしました。
いろんな記事でオリジナルのgit logについて紹介されていますが、個人的にはこれが一番見やすい&わかりやすいと思いました。

git log のオプション等についての詳細は、
git logのオプションと綺麗にツリー表示するためのエイリアス
こちらの記事がとても参考になります。

3
2
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
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?