.gitconfig: Added more aliases

This commit is contained in:
Viyurz 2023-10-10 10:42:50 +02:00
parent 94ef8b5786
commit f8d8d5a445
No known key found for this signature in database

View file

@ -14,11 +14,16 @@
[diff] [diff]
colorMoved = zebra colorMoved = zebra
[alias] [alias]
a = add
b = branch b = branch
c = commit c = commit
chk = checkout chk = checkout
d = diff
l = log l = log
m = merge
r = rebase
s = status s = status
[merge] [merge]
ff = no ff = no
commit = no commit = no