config/gitconfig

11 lines
No EOL
272 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