force
This commit is contained in:
@@ -23,7 +23,7 @@ cmt=`git branch -av --sort=-committerdate | tr -s ' ' | head -n1 | cut -d' ' -f3
|
|||||||
echo "Latest commit: $cmt"
|
echo "Latest commit: $cmt"
|
||||||
|
|
||||||
# Switch to the latest commit
|
# Switch to the latest commit
|
||||||
git checkout $cmt
|
git checkout -f $cmt
|
||||||
|
|
||||||
# Copy dist
|
# Copy dist
|
||||||
mkdir -p $DST_DIR
|
mkdir -p $DST_DIR
|
||||||
|
|||||||
Reference in New Issue
Block a user