X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gitconfig.in;h=1334b7a53677d3618765ad03ddd7c4e005a48669;hb=d1aec4077e1e8b4c2cb3a89ab3131c31b497974f;hp=a701c250b2953f50c4c38e73800776ab843351d4;hpb=818a192058faa7b69d1ec8d8b80bba3a7f57865d;p=config%2Fdotfiles.git diff --git a/gitconfig.in b/gitconfig.in index a701c25..1334b7a 100644 --- a/gitconfig.in +++ b/gitconfig.in @@ -90,6 +90,7 @@ ## Branches. co = checkout b = branch -a -v + br = branch m = merge mo = merge origin/master re = rebase @@ -202,7 +203,8 @@ [push] # When running git push without a refspec push only the current - # branch, see man page git-config(1) for details. + # branch, see man page git-config(1) for details. Default since Git + # 2.0. default = simple [format]