Add changes to your last commit
Have you ever created a commit with a meaningful message and, later wanted to add or modify something to it? And what about if you pushed that commit? Here we are going to see how you add changes to a commit, independently of if it was pushed or not.
How-to Let’s suppose we have just pushed a commit and we want to add another change to it. This process is called amend.
[Read More]