test a
This commit is contained in:
11
commit
Executable file
11
commit
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
if [ $# -eq 0 ]; then
|
||||
echo "Usage: $0 <commit message>"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
git add -A
|
||||
git commit -m "$*"
|
||||
git push origin main
|
||||
Reference in New Issue
Block a user