Skip to content

Instantly share code, notes, and snippets.

@curist
Last active March 20, 2020 11:58
Show Gist options
  • Save curist/0b1aa2cd929165d266467af9f7b1f39f to your computer and use it in GitHub Desktop.
Save curist/0b1aa2cd929165d266467af9f7b1f39f to your computer and use it in GitHub Desktop.
[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