On May 15, 2009, at 2:39 AM, John Tapsell wrote:
I'd often end up in a situation where I'd lose track of whether I
had
done a stash apply or not, and the risk of inadvertently doing a
drop
While we're on this - would anyone else like to see a "git unstash" as
an alias to "git stash apply" ?
For me it seems more natural to be able to do :
git stash
something
git unstash
Try this:
git config --global alias.unstash "stash apply"
~~ B
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html