Added aliases

This commit is contained in:
2025-05-18 16:47:05 +02:00
parent 9f71d9120d
commit 7829af72ac
2 changed files with 16 additions and 0 deletions

View File

@@ -5,3 +5,15 @@
helper = store --file ~/.git-credentials
[init]
defaultBranch = main
[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