jskinner / Merge

Old Community Bug Tracker for Sublime Merge
https://github.com/sublimehq/sublime_merge
5 stars 0 forks source link

Partial stash #16

Open zaygraveyard opened 5 years ago

zaygraveyard commented 5 years ago

It would be nice if there were a way to do a partial stash (git stash -p) much like staging (lines, hunks, and files).

zaygraveyard commented 1 year ago

FWIW this can now be done by staging the changes to be stashed then using the Stash --staged command.