From d683082ac7c71cbb0fc77de17c7546242a5307b4 Mon Sep 17 00:00:00 2001 From: simono41 Date: Thu, 15 Feb 2018 12:45:18 -0500 Subject: [PATCH] new-scripts --- sgit | 2 +- sgit-amend | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sgit b/sgit index 5f0d970..09a5c73 100755 --- a/sgit +++ b/sgit @@ -20,5 +20,5 @@ git add --all git commit --all -m "${2}" git pull git show -git push +git push "${3}" git status diff --git a/sgit-amend b/sgit-amend index ff31b41..6f39958 100755 --- a/sgit-amend +++ b/sgit-amend @@ -2,6 +2,7 @@ set -ex +git config --global core.editor "nano" git add --all git commit --amend git show