|
|
|
|
|
by ForHackernews
4382 days ago
|
|
I guess different people have different workflows. I prefer to make many tiny atomic commits that gives me very granular ability to backtrack if things go wrong. For "conceptual chunks", I use branches or tags, and don't worry about the individual commits very much. |
|