X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gitconfig.in;h=bcef8fbecb5c84b767a147cd4dbb7522c2b58116;hb=183f3b3c24c299fab47db281ef3fd8f69ea0e496;hp=b79130cf07ccb71f31d159f7d6d68793696e4c36;hpb=8aedc6cf7c11a9903e754d22b6a8bf8c25a486f9;p=config%2Fdotfiles.git diff --git a/gitconfig.in b/gitconfig.in index b79130c..bcef8fb 100644 --- a/gitconfig.in +++ b/gitconfig.in @@ -214,6 +214,11 @@ # Merge upstream branch if `git merge` is called without arguments. defaultToUpstream = true +[rebase] + # Use single-letter command names in git rebase -i which are faster to + # change. + abbreviateCommands = true + [push] # When running git push without a refspec push only the current # branch, see man page git-config(1) for details. Default since Git