Created
March 9, 2016 17:35
-
-
Save ScoreUnder/4d7794485ca2a92759bc to your computer and use it in GitHub Desktop.
"git log1" script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
exec git log --oneline --graph --format='%C(yellow)%h %C(bold blue)%an %C(reset)%s %C(green)%GG%C(yellow)%D' "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
↑ A short script which works like
git log --oneline
, but also shows the author of each commit and the graph.