1、创建git账号
分布式版本控制管理
-
创建repo eg: test.github.io
-
git init git config user.name Icy19x git config user.email [email protected] git remote add origin https://github.com/Icy19x/springbootdemo.git
git push origin master
-
clone or fetch code
-
上传代码git push origin master
新建分支 git branch dev1
查看分支 git branch
切换分支 git switch
合并分支 git merge dev1
-
两人合作开发
-
tip1:
-
tip2:
-
cmd D:\code1
-
-