1、在项目文件下打开gitbash

2.git init

3.git remote add origin + git.oschina的地址

4. git add .

5.git commit -am ''

6.git push

7.git merge origin master

8.git tag tag-dev-initial

9.git push origin master

 

相关文章:

  • 2021-08-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
猜你喜欢
  • 2022-01-13
  • 2021-08-19
  • 2021-08-17
  • 2022-01-11
  • 2021-09-01
  • 2021-04-10
相关资源
相似解决方案