git checkout master >>$LOG
git pull origin master >>$LOG
git pull origin --tag >>$LOG
git tag
git checkout $1 >>$LOG
时间: 2024-11-03 22:09:57
git checkout master >>$LOG
git pull origin master >>$LOG
git pull origin --tag >>$LOG
git tag
git checkout $1 >>$LOG