2017-02-24 10:53:08 -05:00
|
|
|
@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
|
2017-02-27 08:47:53 -05:00
|
|
|
git pull
|
|
|
|
git push
|
2017-02-24 10:53:08 -05:00
|
|
|
pause
|