git add -u is pretty nice, it only adds modified files.
I usually do git add -p which is interactive (helps avoid committing debugging prints and whatnot), but the other is nice for bigger refactors.
git add -u is pretty nice, it only adds modified files.
I usually do git add -p which is interactive (helps avoid committing debugging prints and whatnot), but the other is nice for bigger refactors.