|
|
|
|
|
by war1025
2638 days ago
|
|
I use `git add -p` to selectively pick out chunks of code that fit together into commits. Later on, if I notice that I messed something up, I'll create a fixup commit and do an interactive rebase to squash it back into the correct commit. |
|