something
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user