mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
force git fetch
This commit is contained in:
@@ -66,7 +66,7 @@ check_working_dir
|
|||||||
|
|
||||||
# Fetch the latest changes from the master branch
|
# Fetch the latest changes from the master branch
|
||||||
echo "Fetching changes from remote..."
|
echo "Fetching changes from remote..."
|
||||||
if git fetch $GIT_REMOTE --tags ; then
|
if git fetch $GIT_REMOTE --tags --force ; then
|
||||||
echo "Fetched latest changes successfully"
|
echo "Fetched latest changes successfully"
|
||||||
else
|
else
|
||||||
echo "Fetch failed; stopping here."
|
echo "Fetch failed; stopping here."
|
||||||
|
|||||||
Reference in New Issue
Block a user