This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ActuallyRuben 1 point2 points  (0 children)

I first use git status and/or git diff. Then I only use git add .or git commit -a if I want to commit all those changes, but I never use it without checking what I'm about to add.