git 操作

merge 操作
review 分支 merge到develop
1、review commit push
2、check out develop
3、选中 origin/review mergy into current

git tag 1.3.4
git push --tags

git tag -d 1.3.4
git push origin :refs/tags/1.3.4

你可能感兴趣的:(git 操作)