From 988f68ed6d7b41177d0b202c57a8c4d6b9739161 Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Tue, 20 Mar 2018 09:38:33 -0700 Subject: [PATCH] fetch from upstream and origin --- up.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/up.sh b/up.sh index 5febb00..55c3a03 100755 --- a/up.sh +++ b/up.sh @@ -50,6 +50,8 @@ then error_exit "Update branch already on origin." fi +git fetch --prune --multiple upstream origin + git reset --hard git checkout master git reset --hard upstream/master