Files
linuxtips/git/hooks/gitconfig
T
2022-10-01 18:03:25 +02:00

9 lines
125 B
Plaintext

# zet dit onderaan in je .gitconfig
[alias]
ci = commit -an
c2 = commit -an --no-edit
co = checkout
st = status -a