首页
Java
登录
6mi
u
盘
搜
搜 索
Java
git基本操作
git基本操作
xiaoxiao
2021-02-28
137
正常提交branch基本操作:
$cd github //切换到相应文件夹 $git init //初始化代码仓库 $git checkout -b test //创建一个test分支并切换到当前该分支 $git add . //添加当前文件 $git commit -m '测试' //提交并添加注释 $git push origin test //push branch
到gitshub上面去pull request
转载请注明原文地址: https://www.6miu.com/read-38769.html
技术
最新回复
(
0
)