Git Auto Push

Git auto push.sh
#!/bin/sh
cd /mnt/LOCAL_REPO_FOLDER/NAME.github.io
git status
git add .
git commit -am “made changes”
git push https://github.com/REMOTE_USER/YOUR.git BRANCH
echo Press Enter…
blog created with Jekyll template and Github pages
Git auto push.sh
#!/bin/sh
cd /mnt/LOCAL_REPO_FOLDER/NAME.github.io
git status
git add .
git commit -am “made changes”
git push https://github.com/REMOTE_USER/YOUR.git BRANCH
echo Press Enter…