.gitconfig: Added alias c, chk, l & s
This commit is contained in:
parent
c6e4ef5435
commit
7b75102030
1 changed files with 5 additions and 0 deletions
|
@ -13,3 +13,8 @@
|
||||||
rebase = true
|
rebase = true
|
||||||
[diff]
|
[diff]
|
||||||
colorMoved = zebra
|
colorMoved = zebra
|
||||||
|
[alias]
|
||||||
|
c = commit
|
||||||
|
chk = checkout
|
||||||
|
l = log
|
||||||
|
s = status
|
||||||
|
|
Loading…
Reference in a new issue