setup some aliases that i sometimes type by mistake
This commit is contained in:
parent
b5a7941e12
commit
0e146bc8c5
1 changed files with 6 additions and 0 deletions
|
|
@ -3,3 +3,9 @@
|
||||||
email = sami.samhuri@gmail.com
|
email = sami.samhuri@gmail.com
|
||||||
[alias]
|
[alias]
|
||||||
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
|
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
|
||||||
Loading…
Reference in a new issue