Script now has everything the body needs

This commit is contained in:
MichaelCook 2017-02-27 13:47:53 +00:00
parent 500bc2bd30
commit 66420f7306

View File

@ -3,4 +3,6 @@ echo.
echo Pull from master - as it has the remote set by git remote add upstream https://github.com/k4m4/movies-for-hackers.git
echo.
git pull upstream master
git pull
git push
pause