git 强制push
$ git push -u origin master -f 

 查看本地标签

$ git tag

 打标签并添加备注

$ git tag 20170811 -m"图片保存多份,保存微博信息"

 

相关文章: