|
|
|
|
|
by guilherme-puida
1048 days ago
|
|
> So in your workflow you never "git commit -a"? I like seeing what I'm about to commit, so I always do `git commit -p` or `git add -i`. Most people where I work do the same, so I don't think this workflow is uncommon. |
|
I'll then go back through, tidy and add all my changes.