Helper scripts for managing git workflow.
Add git-cosmetic-commit to your $PATH e.g.
cd /usr/local/bin && curl -L https://raw.githubusercontent.com/mrloop/git_scripts/master/git-cosmetic-commit | sudo tee git-cosmetic-commit >/dev/null; sudo chmod 755 git-cosmetic-commitCreates a new commit for cosmetic changes on current feature branch or creates a new fixup commit for cosmetic changes commit on current branch.
git cosmetic-commitRead the blog post.