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
- Host: GitHub
- URL: https://github.com/ext/git-unfin
- Owner: ext
- License: mit
- Created: 2014-04-02T09:56:17.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-02T10:01:54.000Z (about 12 years ago)
- Last Synced: 2026-02-19T04:28:33.497Z (4 months ago)
- Topics: git
- Language: Shell
- Size: 137 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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