Improve git-reset-master

This commit is contained in:
Martin Blazik
2021-02-09 08:37:09 +01:00
parent 3970c2ee8c
commit ceb3367f48

View File

@@ -17,7 +17,7 @@ if [[ "$git_workdir" != "$PWD" ]]; then
fi
echo "OK"
echo
echo "git fetch"
echo "git fetch origin -p"
git fetch
echo "git reset --hard origin/master"
git reset --hard origin/master