feat(git): add aliases

This commit is contained in:
Rob Watson 2023-09-17 07:33:28 +02:00 committed by Rob Watson
parent 42b5446064
commit adb2caacb8
1 changed files with 2 additions and 0 deletions

View File

@ -43,7 +43,9 @@
lp = log -p
lm = logme
logme = !sh -c 'git log --author=\"$(git config --get user.name)\"'
lrb = !git log $(git drb)
ls = !git branch --format '%(refname:short)' | fzf
ma = merge --abort
mainbranch = !gitmainbranch
mls = !git merge $(git ls)
mr = !git merge $(git rb)