Skip to content
Snippets Groups Projects
Commit 78d584f4 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #1918 from MikeMcQuaid/update-reset-force

update-reset: checkout with --force.
parents d8a5a33e 3c91f585
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ EOS
echo
echo "==> Resetting $DIR..."
git checkout -B master origin/master
git checkout --force -B master origin/master
echo
done
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment