.gitconfig: Added alias c, chk, l & s

This commit is contained in:
Viyurz 2023-09-28 13:43:31 +02:00
parent c6e4ef5435
commit 7b75102030
No known key found for this signature in database

View file

@ -13,3 +13,8 @@
rebase = true
[diff]
colorMoved = zebra
[alias]
c = commit
chk = checkout
l = log
s = status