gitconfig: add aliases

This commit is contained in:
Rob Watson 2021-05-17 11:27:57 +02:00
parent 73887d6422
commit fc4324aaa7
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
path = .gitconfig.local
[alias]
aa = add .
acf = !git add . && git cf
adp = add -p
an = add -N .
bn = rev-parse --abbrev-ref HEAD
@ -18,6 +19,7 @@
cp = cherry-pick
d = diff
dom = diff origin/master
drb = !git diff $(git rb)
ds = diff --staged
f = fetch
fixom = rebase -i --autosquash origin/master