diff options
author | Brett Weiland <techcrazybsw@gmail.com> | 2020-11-09 13:20:56 -0600 |
---|---|---|
committer | Brett Weiland <techcrazybsw@gmail.com> | 2020-11-09 13:22:41 -0600 |
commit | 5cbefa0b18ae2a7e4ed991a95d3e6bb05faa1ce0 (patch) | |
tree | 16bcad56e44296a9fe901574a24bdc373eec7732 /push.sh | |
parent | 520be6225216de2dd82a43e9e2979f4a48c157fc (diff) |
modified: notes
Diffstat (limited to 'push.sh')
-rwxr-xr-x | push.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#!/bin/sh +git add . +git commit -a --amend --no-edit +git push |