add pull --rebase and amend alias

This commit is contained in:
2025-09-16 16:17:40 +02:00
parent 4c305e9f4c
commit 5b9444ae4d

View File

@@ -13,6 +13,7 @@
a = add
c = commit -m
ca = commit -am
amend = commit -a --amend --no-edit
s = status
st = status -s
d = diff
@@ -24,6 +25,7 @@
cod = checkout dev
nb = checkout -b
db = branch -d
pr = pull --rebase
[user]
email = s.studer.s@gmail.com
name = Simon Studer