This commit is contained in:
Chris Weyl 2018-04-17 21:09:52 +00:00 committed by GitHub
commit 5efed39b0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ fi
printf "${BLUE}%s${NORMAL}\n" "Updating Oh My Zsh"
cd "$ZSH"
if git pull --rebase --stat origin master
if git fetch origin && git rebase --autostash --stat origin/master
then
printf '%s' "$GREEN"
printf '%s\n' ' __ __ '