something
This commit is contained in:
parent
7c51e58193
commit
e5d888de1c
@ -1,7 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
set -e
|
||||
|
||||
MYDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
cd "$MYDIR"
|
||||
|
||||
git add . -A ; git commit -m "how not to commit"; git push
|
||||
echo "Enter the commit message:"
|
||||
read commit_message
|
||||
|
||||
git add . -A ; git commit -m "$commit_message"; git push
|
Loading…
Reference in New Issue
Block a user