automatic git version control in scripts
This commit is contained in:
parent
6a5baa5416
commit
770a20de04
2 changed files with 8 additions and 0 deletions
5
push.sh
5
push.sh
|
|
@ -1,4 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
git add blogs
|
||||
git commit -m "blog update"
|
||||
git push
|
||||
|
||||
for file in $(find public -type f)
|
||||
do
|
||||
echo "uploading: $file"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue