首页 > 其他 > 详细

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

时间:2017-01-12 12:37:28      阅读:240      评论:0      收藏:0      [点我收藏+]

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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!