From 17f9e9b31d785d1c991d05ed375303f8354224b1 Mon Sep 17 00:00:00 2001 From: Matt Tingen Date: Wed, 12 Feb 2020 16:48:56 -0500 Subject: [PATCH] Rename edit alias "edit" was confusing with the rebase "edit" command which does something else --- .gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index f874bed..d0e00c1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -31,7 +31,8 @@ co = checkout c = commit fix = commit --amend --no-edit - edit = commit --amend --only --no-verify + reword = commit --amend --only --no-verify + rw = reword root = rev-parse --show-toplevel d = difftool --gui --no-prompt stashkeep = "!git stash && git stash apply"