1
0
mirror of https://github.com/k4m4/movies-for-hackers.git synced 2024-11-01 04:05:26 +00:00
movies-for-hackers/update-movies.bat
2017-02-27 13:47:53 +00:00

9 lines
194 B
Batchfile

@echo off
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