diff --git a/gitconfig b/gitconfig index 060e7b3da41ebc84aff593171c77489e4f788b6c..4d3819b98cc343647bba801a07040c208bc3e77c 100644 --- a/gitconfig +++ b/gitconfig @@ -10,6 +10,7 @@ [tag] gpgsign = true [alias] pushall = !sh -c \"git remote | xargs -L1 git push --all\" + tree = log --oneline --graph [init] defaultBranch = master [pull]