diff --git a/dbg.clone b/dbg.clone index 8ab7fd8..69216fa 100755 --- a/dbg.clone +++ b/dbg.clone @@ -22,4 +22,4 @@ cmt=`git branch -av --sort=-committerdate | head -n1 | cut -d' ' -f4` echo "Latest commit: $cmt" # Switch to the latest branch -#git checkout $cmt +git checkout $cmt