From f9bbb8e294a9178bb6450d68a1e38be59b6e575f Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 22 Nov 2019 13:40:00 +0000 Subject: [PATCH] Add helper alias for amending commits --- files/gitconfig.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/files/gitconfig.conf b/files/gitconfig.conf index caf0691..0d674c0 100644 --- a/files/gitconfig.conf +++ b/files/gitconfig.conf @@ -16,6 +16,7 @@ [alias] root = rev-parse --show-toplevel + amend = commit --amend --no-edit [include] {% if ansible_fqdn == "TOO-Work" %}