Commit script hinzugefügt
This commit is contained in:
6
scripts/git_commit_push.sh
Executable file
6
scripts/git_commit_push.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
git add --all
|
||||
git commit -am "$1"
|
||||
git push
|
||||
|
||||
Reference in New Issue
Block a user