Reword : Change Commit Messages of existing Commits
What's Reword in git
Reword is a handy feature of git rebase that can be used to change commit messages, mostly used by me to fix typos and improve message clarity such that clean and concise commit messages exist in the repository. There are other w...
blog.rajaryan.work2 min read