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
时间: 2024-10-14 18:44:14
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