Updatuju webovky
This commit is contained in:
9
katebartova/git_auto_push.sh
Executable file
9
katebartova/git_auto_push.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
REPO_DIR=~/Git/Webovky/katebartova
|
||||
COMMIT_MESSAGE="Automatet commit"
|
||||
|
||||
cd $REPO_DIR
|
||||
git add .
|
||||
git commit -m "Updatuju webovky"
|
||||
git push origin Webovky
|
||||
Reference in New Issue
Block a user