Skip to content

Instantly share code, notes, and snippets.

@Saanch
Created November 21, 2014 14:45
Show Gist options
  • Save Saanch/9f62591d456f469a0d29 to your computer and use it in GitHub Desktop.
Save Saanch/9f62591d456f469a0d29 to your computer and use it in GitHub Desktop.
[color]
branch = auto
interactive = auto
diff = auto
status = auto
[user]
name = ####
email = ######
[remote "origin"]
receivepack = git receive-pack
[alias]
lga = log --graph --oneline --all --decorate
hist = log --graph --all --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
lo = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
ln = log --name-status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment