查看分支 git branch
创建分支 git checkout -b branchName
提交远程分支 git push -u origin branchName
缓存本地仓库 git add .
提交代码 git commit -m "信息"
推送代码 git push
合并master分支 git checkout master
git merge branchName
相关文章
- 11-08git push 远程新分支
- 11-08Git.Framework 框架随手记--ORM查询数据集合 一
- 11-08git 创建一个新分支,并将一个分支内容复制给创建的新分支
- 11-08是在下无敌了!阿里P8分享Git星标49K软件架构设计笔记
- 11-08git 代码统计
- 11-08Git操作中crlf和lf冲突问题
- 11-08git提交报错:The file will have its original line endings in your working directory
- 11-08git的简单用法
- 11-08Git&Github(编辑README文件夹)
- 11-08git add -A (用该命令添加文件时报错)