X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gitconfig.in;h=11f725a0fcd8c0002f19e6d5c176e21316a4d44f;hb=f346dd2a6e436deac96312c5f87883c673bce348;hp=a701c250b2953f50c4c38e73800776ab843351d4;hpb=818a192058faa7b69d1ec8d8b80bba3a7f57865d;p=config%2Fdotfiles.git diff --git a/gitconfig.in b/gitconfig.in index a701c25..11f725a 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] @@ -213,6 +215,6 @@ [transfer] # Automatically fsck objects when receiving them (respected by git # receive-pack and git fetch (>= 1.7.8, for fetch)). - fsckobjects = yes + fsckObjects = yes # vim: ft=gitconfig