git checkout master >>$LOG
git pull origin master >>$LOG
git pull origin --tag >>$LOG
git tag
git checkout $1 >>$LOG
时间: 2025-01-11 17:20:15
git checkout master >>$LOG
git pull origin master >>$LOG
git pull origin --tag >>$LOG
git tag
git checkout $1 >>$LOG