Skip to content

Instantly share code, notes, and snippets.

@davidecavaliere
Created August 6, 2014 10:44
Show Gist options
  • Save davidecavaliere/992c668e290d218a8e61 to your computer and use it in GitHub Desktop.
Save davidecavaliere/992c668e290d218a8e61 to your computer and use it in GitHub Desktop.
.gitconfig - aliases
[alias]
today = log --since=midnight --author='Davide Cavaliere' --oneline
history = log --graph --pretty=format:'%Cred%h%Creset %d -%Cblue %s%Creset %Cgreen(%ar) %Cblue<%an>%Creset' --abbrev-commit --date=relative
ci = commit
st = status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment