How update last or older git commit message.
Many times we need to update our previous commit message because of some reason. based on which commit it was it can be done in two ways.
If it was the last commit then we use the git commit --amend command.
For any older commit we use the git reba...
jit2endra.hashnode.dev4 min read