[Solved] What is a good git practice for working on multiple files over multiple days before pushing
[ad_1] You should be squashing commits, rather than amending the same commit over and over. Even if you commit sloppily at first, if you’re a perfectionist, you can go back and edit your history with git rebase -i. This is what it would look like with 3 commits where you want the 3rd squashed into … Read more