Skip to content

Instantly share code, notes, and snippets.

@rhpaiva
Created June 1, 2015 00:28
Show Gist options
  • Save rhpaiva/7ed23288a8575d4d377d to your computer and use it in GitHub Desktop.
Save rhpaiva/7ed23288a8575d4d377d to your computer and use it in GitHub Desktop.
git config
[user]
email = :)@gmail.com
name = Rodrigo Paiva
[alias]
co = checkout
cm = commit
st = status
br = branch
#hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p
hist = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(cyan)<%an>%Creset' --abbrev-commit --date=relative
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment