码迷,mamicode.com
首页 > 其他好文 > 详细

Command Line 7

时间:2016-11-05 07:42:36      阅读:270      评论:0      收藏:0      [点我收藏+]

标签:master   val   ast   like   common   let   using   others   push   

A very common development workflow when using git looks like this:

  • Create a branch off of master with the name of your feature. Let‘s say feature/better-algo.
    •   git branch new
  • Make your changes on the branch, and create commits.
  • Push the branch to the remote repo.
  • Get others to look at and evaluate your branch.
  • Merge the branch into master when everyone thinks it looks okay.
  • Delete the branch.

Command Line 7

标签:master   val   ast   like   common   let   using   others   push   

原文地址:http://www.cnblogs.com/kingoscar/p/6032293.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!