Skip to content

Commit

Permalink
Force --ff option
Browse files Browse the repository at this point in the history
  • Loading branch information
blp1526 committed Sep 6, 2017
1 parent 8bdc687 commit 4bb17ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gibo
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ upgrade() {
clone
else
cd "$local_repo"
git pull origin master
git pull --ff origin master
fi
}

Expand Down
2 changes: 1 addition & 1 deletion gibo.bat
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ goto :setup
if not exist "%local_repo%\.git" call :clone && goto :eof

pushd "%local_repo%"
git pull origin master
git pull --ff origin master
popd

goto :eof
Expand Down

0 comments on commit 4bb17ad

Please sign in to comment.