An open API service indexing awesome lists of open source software.

https://github.com/ext/git-unfin

Similar to stash but with real commits
https://github.com/ext/git-unfin

git

Last synced: about 1 month ago
JSON representation

Similar to stash but with real commits

Awesome Lists containing this project

README

          

# git-unfin

Similar to stash but with real commits. Helps when you frequently use different machines and want to move unfinished commits around.

## Usage

Save all changes:

git unfin [MESSAGE..]

Save everything (including untracked, but not ignored):

git unfin --all [MESSAGE..]

Restore unfinshed commit back to working copy:

git unfin --reset