1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-12 11:21:55 +00:00

Force git fetch

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-08-22 09:03:52 +02:00
parent 12380b3c74
commit 3ecb98175a

View file

@ -14,8 +14,8 @@ _get_repo() (
else
git remote add origin "$2"
fi
git fetch origin
git fetch origin --tags
git fetch origin -f
git fetch origin --tags -f
git checkout -f "origin/$3" -B "build" 2>/dev/null || git checkout "$3" -B "build"
)