diff --git a/katebartova/git_auto_push.sh b/katebartova/git_auto_push.sh new file mode 100755 index 0000000..ceec8e3 --- /dev/null +++ b/katebartova/git_auto_push.sh @@ -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 \ No newline at end of file