diff --git a/.config/git/config b/.config/git/config index 321b83d..b88e7cd 100644 --- a/.config/git/config +++ b/.config/git/config @@ -26,6 +26,7 @@ pushall = !git remote | xargs -L1 git push count = !echo $(pwd) && git rev-list HEAD --count unpushed = !git log --oneline @{u}..HEAD + leaders = !git shortlog -s -n --all --no-merges [advice] statusHints = false pushUpdateRejected = false