config/gitconfig
2010-11-30 07:19:40 -08:00

17 lines
361 B
Text

[user]
name = Sami Samhuri
email = sami.samhuri@gmail.com
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
co = checkout
b = branch
d = diff
lo = log --oneline
a = add
c = commit
[push]
default = tracking
[branch]
autosetuprebase = always
[core]
quotepath = false