]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gitconfig.in
gitconfig: use single-letter commands for git rebase -i
[config/dotfiles.git] / gitconfig.in
index b79130cf07ccb71f31d159f7d6d68793696e4c36..bcef8fbecb5c84b767a147cd4dbb7522c2b58116 100644 (file)
        # 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