标签:src github push 版本 git tag hub com commit one
1.将官方的库clone下来 http://github.com/xxx.xxx.git
2.修改要修改的地方
3.git add src
4.commit -m ‘xxx‘
5.git push
6.添加版本号,git tag -a 1.0.1 -m "1.0.1"
7.git clone http://github.com/xxx.xxx.git
8.git push origin v1.0.1
标签:src github push 版本 git tag hub com commit one
原文地址:http://www.cnblogs.com/maoaji/p/6073101.html