From 66420f73063db5bd490513ad4f9bddc2a544fd4c Mon Sep 17 00:00:00 2001 From: MichaelCook Date: Mon, 27 Feb 2017 13:47:53 +0000 Subject: [PATCH] Script now has everything the body needs --- update-movies.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update-movies.bat b/update-movies.bat index 7f43e59..10d3730 100644 --- a/update-movies.bat +++ b/update-movies.bat @@ -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