|
|
|
|
|
by zatarc
1824 days ago
|
|
Just use (feature-)branches. You can commit every single character if you in the mood. At the end, when your new feature is complete, you just squash all commits in this branch to one single commit ("add feature xyz") and merge/rebase it to your main dev branch. Now it is really easy to identify the actual code behind a new feature. |
|