Answer this question in your info.md file in your own words. (Should be well explained)
How to edit the last commit message in git?
Now add and commit your changes and remember that your commit message should only have a title.
Now push your changes and make a PR.
After this edit the commit message that you entered in the above commit such that it should have both a title and a description.
After doing this, push again.
Now, in your next reply on your PR, tag me and list out all the commands that you used until now to complete this task.
Only one commit is allowed per PR. (More than one commit must be squashed)
Don't need to solve merge conflicts after making the PR.
After creating your PR, you can't create a new PR, you have to do all your work in a single PR, so be alert when you do any changes.
Issue_Description :
Answer this question in your
info.md
file in your own words. (Should be well explained)How to edit the last commit message in git?
Now add and commit your changes and remember that your commit message should only have a title. Now push your changes and make a PR. After this edit the commit message that you entered in the above commit such that it should have both a title and a description. After doing this, push again. Now, in your next reply on your PR, tag me and list out all the commands that you used until now to complete this task.