Git-新建分支提交本地代码

  1. git branch 查看分支
* master
  1. git checkout -b gxtzdp 创建并切换新分支gxtzdp
Switched to a new branch 'gxtzdp'
  1. git branch 查看分支
* gxtzdp
  master
  1. git add . 添加
  2. git commit -m "gxtzdp ..." 提交
  3. git pull 拉取
  4. git push 上传
上一篇:ARM 汇编 - Numeric local labels


下一篇:Spring Boot 接收参数类型