Johannes Schindelin <[EMAIL PROTECTED]> writes:
> Instead, how about writing a stash pop? "git stash pop []". It
> would literally just call git stash apply && git reflog delete. Should
> not be too difficult, now that I provided "git reflog delete" ;-)
>
> Maybe even deprecating "git stash cl
Hi,
On Tue, 2 Oct 2007, Eric Blake wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> [adding the git list]
>
> According to Bruno Haible on 10/2/2007 5:50 AM:
> > Hello Benoit,
> >
> >>> $ git stash
> >>> $ git pull
> >>> $ git stash apply
> >>> $ git stash clean