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

[Git] Use git add --patch for better commit history and mitigating bugs

时间:2017-01-12 12:39:36      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:include   term   pos   from   before   rom   min   bugs   log   

Let‘s split our changes into separate commits. We‘ll be able to check over our changes before staging them all from the terminal. Then, we‘ll see the positive effect it has on our commit history.

 

git add --patch

 

1. Then in the cmd, we can type ‘s‘ stands for splite the changes into chunks.

2. Then type ‘q‘ stands for quite.

3. Add commit message for that part of changes

4. Then run git add --patch

5. Repeact 1-4 until all changes are included

 

[Git] Use git add --patch for better commit history and mitigating bugs

标签:include   term   pos   from   before   rom   min   bugs   log   

原文地址:http://www.cnblogs.com/Answer1215/p/6275403.html

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