From 9d8158154b37ed4d41206353862434bdd386f344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Fri, 21 Dec 2018 20:51:13 +0100 Subject: [PATCH] Use one-letter commands in interactive rebase --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 09ef017..d837ae2 100644 --- a/.gitconfig +++ b/.gitconfig @@ -54,6 +54,7 @@ [rebase] autostash = true autosquash = true + abbreviateCommands = true [commit] verbose = true [mergetool]