]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: use single-letter commands for git rebase -i
authorSimon Ruderich <simon@ruderich.org>
Fri, 6 Apr 2018 09:39:27 +0000 (11:39 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 6 Apr 2018 09:39:27 +0000 (11:39 +0200)
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