Comment by Yokohiii
8 years ago
When in doubt either:
* commit to an itermediate branch as storage
* git stash && git stash apply (repeat last to recover stuff)
8 years ago
When in doubt either:
* commit to an itermediate branch as storage
* git stash && git stash apply (repeat last to recover stuff)
git stash pop is often nicer for temporary stuff.