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
There are lots of commits with exactly the same (vague) message. Are they all doing the same thing? Probably not. It's helpful for a reviewer to get a sense of the changes being made without having to look at the actual diff of each commit.
In these cases something like git commit --amend is useful, particularly in that it allows you to create more meaningful commit messages after the fact.
The text was updated successfully, but these errors were encountered:
More of an FYI than anything:
There are lots of commits with exactly the same (vague) message. Are they all doing the same thing? Probably not. It's helpful for a reviewer to get a sense of the changes being made without having to look at the actual diff of each commit.
In these cases something like
git commit --amend
is useful, particularly in that it allows you to create more meaningful commit messages after the fact.The text was updated successfully, but these errors were encountered: