From d13f01f1375402441e889e9ac151a7f518b98dd8 Mon Sep 17 00:00:00 2001 From: simono41 Date: Thu, 2 Nov 2017 23:15:09 +0000 Subject: [PATCH] git commit --amend --- sgit-amend | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 sgit-amend diff --git a/sgit-amend b/sgit-amend new file mode 100755 index 0000000..ff31b41 --- /dev/null +++ b/sgit-amend @@ -0,0 +1,9 @@ +#!/bin/bash + +set -ex + +git add --all +git commit --amend +git show +git push -f +git status