Added gitconfig

This commit is contained in:
Zackarias Montell
2025-05-15 15:05:27 +02:00
parent b967587506
commit 5cfc25668c

12
.gitconfig Normal file
View File

@@ -0,0 +1,12 @@
[alias]
a = add
b = branch
c = commit
cl = clone
co = checkout
cp = cherry-pick
m = merge
p = push --follow-tags
pu = pull
r = reset
s = status