git-now

Create lightweight temporary commits in git without cluttering history

brewmacoslinux
Try with needOr install directly
Source

About

Light, temporary commits for git

Commands

git-now

Examples

Create a temporary commit with current changes$ git now
Create a temporary commit with a custom message$ git now 'WIP: feature in progress'
View temporary commits log$ git log --oneline | head -5