首页 > 代码库 > [Git] Use git add --patch for better commit history and mitigating bugs
[Git] Use git add --patch for better commit history and mitigating bugs
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
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。