fetch from upstream and origin

This commit is contained in:
Ryan Mulligan 2018-03-20 09:38:33 -07:00
parent 62d0e3e9f1
commit 988f68ed6d

2
up.sh
View File

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