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
Write your commit message in the imperative: "Fix bug" and not "Fixed bug" or "Fixes bug." This convention matches up with commit messages generated by commands like git merge and git revert.
For example, "Added a new file" should be "Add a new file." "Edit the new file" is already good. Actually, now that I look at the full history, it's pretty good. This is just a reminder for me.
The text was updated successfully, but these errors were encountered:
Write your commit message in the imperative: "Fix bug" and not "Fixed bug" or "Fixes bug." This convention matches up with commit messages generated by commands like git merge and git revert.
For example, "Added a new file" should be "Add a new file." "Edit the new file" is already good. Actually, now that I look at the full history, it's pretty good. This is just a reminder for me.
The text was updated successfully, but these errors were encountered: