From 183f3b3c24c299fab47db281ef3fd8f69ea0e496 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 6 Apr 2018 11:39:27 +0200 Subject: [PATCH] gitconfig: use single-letter commands for git rebase -i --- gitconfig.in | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.43.2