Add logme git aliases

This commit is contained in:
Rob Watson 2021-07-27 08:59:18 +02:00
parent b15bae5b4d
commit c77c6bb61a
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@
fixup = rebase -i --autosquash
l = log
ll = log --oneline -n 5
lm = logme
logme = !sh -c 'git log --author=\"$(git config --get user.name)\"'
ls = !git branch --format '%(refname:short)' | fzf
mr = !git merge $(git rb)
mt = merge -s recursive -X theirs