You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a pre-commit hook to prevent git commit -a and insist that you actually stage everything you want to commit before you commit it. You're trying to have better coding practices. git commit -a means you're often carefully crafting a commit message to close a specific GitHub issue and them you Hoover up a bunch of additional cruft and push to GitHub closing the issue.
The text was updated successfully, but these errors were encountered:
Add a pre-commit hook to prevent
git commit -a
and insist that you actually stage everything you want to commit before you commit it. You're trying to have better coding practices.git commit -a
means you're often carefully crafting a commit message to close a specific GitHub issue and them you Hoover up a bunch of additional cruft and push to GitHub closing the issue.The text was updated successfully, but these errors were encountered: