Comment by Yokohiii
9 years ago
When in doubt either:
* commit to an itermediate branch as storage
* git stash && git stash apply (repeat last to recover stuff)
9 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.