summaryrefslogtreecommitdiff
path: root/push.sh
diff options
context:
space:
mode:
authorBrett Weiland <techcrazybsw@gmail.com>2020-11-09 13:20:56 -0600
committerBrett Weiland <techcrazybsw@gmail.com>2020-11-09 13:22:41 -0600
commit5cbefa0b18ae2a7e4ed991a95d3e6bb05faa1ce0 (patch)
tree16bcad56e44296a9fe901574a24bdc373eec7732 /push.sh
parent520be6225216de2dd82a43e9e2979f4a48c157fc (diff)
modified: notes
Diffstat (limited to 'push.sh')
-rwxr-xr-xpush.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/push.sh b/push.sh
new file mode 100755
index 0000000..1fe5174
--- /dev/null
+++ b/push.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+git add .
+git commit -a --amend --no-edit
+git push