From 80607adc1840b6c2e964133d3958b487d05165c3 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 10 Jul 2023 20:20:31 +0200 Subject: [PATCH] Change amend shell alias into reword git alias --- gitconfig | 1 + shell/alias | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 80cbc66..fa54122 100644 --- a/gitconfig +++ b/gitconfig @@ -32,6 +32,7 @@ time = "! TIMEWARRIORDB=$(git rev-parse --show-toplevel)/.git/time timew" track = add --intent-to-add ts = timeshift + reword = commit --amend [user] useConfigOnly = true [user "darkwiiplayer"] diff --git a/shell/alias b/shell/alias index e818a4c..7231324 100644 --- a/shell/alias +++ b/shell/alias @@ -1,4 +1,3 @@ -alias amend='git commit --amend' alias bat="batcat" alias co='checkout' alias e="find-edit"