Last active
March 20, 2020 11:58
-
-
Save curist/0b1aa2cd929165d266467af9f7b1f39f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[user] | |
name = curist | |
email = [email protected] | |
[color] | |
ui = auto | |
[alias] | |
lg = log --pretty=format:'%Cred%h%Creset %Cgreen(%cr)%Creset %an%C(yellow)%d%Creset%n%B' --abbrev-commit --date=relative --graph | |
st = status | |
co = checkout | |
ci = commit -a | |
rb = for-each-ref --sort=-committerdate refs/heads/ --format='%(authordate:short) %(color:red)%(objectname:short) %(color:yellow)%(refname:short)%(color:reset) (%(color:green)%(committerdate:relative)%(color:reset))' --count 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment