git fixup -- your workflow
"Woah!" this was my reaction when I discovered the --fixup flag for git commit command. It reduces the time spent on working on features/fixes by:
Avoiding temporary commit messages.
Eliminating the time taken to remove the temporary commit message...
journal.farhaan.me2 min read