Compare commits
9 Commits
main
...
1050a8d25f
| Author | SHA1 | Date | |
|---|---|---|---|
| 1050a8d25f | |||
| 5ad223468e | |||
| 82ab273ad3 | |||
| 8e087d96a2 | |||
| b00836d0d2 | |||
| 55639cc866 | |||
| 0b013f039d | |||
| 1815c0401a | |||
| 1da5cfd4e4 |
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