https://segmentfault.com/a/1190000000738398

http://www.cnblogs.com/cposture/p/4903767.html

https://git-scm.com/book/zh/v1

http://www.yiibai.com/git/git_patch_operation.html

https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/0013752340242354807e192f02a44359908df8a5643103a000

http://fsjoy.blog.51cto.com/318484/245465/

http://www.cnblogs.com/craftor/archive/2012/11/04/2754193.html

http://www.cnblogs.com/wish123/p/3963224.html

http://blog.csdn.net/ithomer/article/details/7529022

// 推送本地NEW分枝到GITHUB远程,如果在GITHUB中没有NEW分枝,就新建分枝NEW,并把NEW上传过去

[root@workstation2017 linuxprobe]# git push origin  new
Total 0 (delta 0), reused 0 (delta 0)

//会把本地默认MASTER 推送到远程MASTER

[root@workstation2017 linuxprobe]# git push

//把某个版本作为新的分枝

git checkout [-m] [[-b]--orphan] <new_branch>] [<start_point>]

git checkout -b  xxx     v1.5

git checkout -b  xxx     commitid

最新文章

  1. Maven(一)环境搭建
  2. javascript类的类比详解-大白话版
  3. lamp环境编译(实际通过)
  4. wpf4 文字 模糊 不清晰 解决方法
  5. css定义多重背景动画
  6. MVC三层架构编程(Dao、service、servlet 之间的关系)
  7. poj1200Crazy Search (哈希)
  8. Objective C Runtime 开发介绍
  9. scrollify - 滚动条方式的全屏滚动
  10. POI读取excel工具类(xls,xlsx通用)
  11. Android常用的编译命令
  12. Ubuntu16 搭建Git 服务器
  13. spring boot mybatis打印SQL语句
  14. php调用c/c++时 passthru()被禁用问题
  15. 学习笔记之Java
  16. css3 之border-radius 属性解析
  17. ubuntu16.04下安装opencv3的viz模块
  18. 查询出menupath字段中 出现 “- &quot;(横杆)大于3次的 记录
  19. sin()函数的实现
  20. HDOJ5883(欧拉路)

热门文章

  1. CCF CSP 201512-3 画图
  2. java8 - 3
  3. Spark(四)Spark之Transformation和Action
  4. python mysql连接函数
  5. 百度Webuploader 大文件分片上传(.net接收)
  6. USACO 5.3 Window Area
  7. python3与mysql交互:pymysql
  8. 实现Ecshop注册页面手机号唯一的验证
  9. CSUOJ 1341 String and Arrays
  10. Java工具类之浮点精确计算