One Command to Change the Last Git Commit Message

Ahmad Awais ⚡️

--

🔥 Hot-tip: Do you mess up git commit messages quite often? I DO!

Most of the time I have to amend the last git commit message. So, I made a small bash function out of it.

⚠️ Avoid --force unless it is absolutely necessary and you can be sure that nobody else is syncing your project at the same time.

✅ Amend git commit in one go 🤖 Put it in .bashrc/.zshrc etc files 👌 Sharing this quick-tip is a fun thing to do

--

--

No responses yet