diff --git a/dbg.clone b/dbg.clone index 9e3c2e5..0e25aa0 100755 --- a/dbg.clone +++ b/dbg.clone @@ -23,7 +23,7 @@ cmt=`git branch -av --sort=-committerdate | tr -s ' ' | head -n1 | cut -d' ' -f3 echo "Latest commit: $cmt" # Switch to the latest commit -git checkout $cmt +git checkout -f $cmt # Copy dist mkdir -p $DST_DIR