Usually most of the people write vague commit messages in their git repository. So let me give you a way by which you can write a commit message like a pro.
First of all, you need to think about the changes you have made in the repository. Then you'll get 3 questions:
Now, let's see each one.
First of all, you need to think about the changes you have made in the repository. Then you'll get 3 questions:
- What changes have been made?
- Where those changes have been made?
- Why have you made those changes?
Now, let's see each one.
Comments
Post a Comment