emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: VC mode and git


From: Steinar Bang
Subject: Re: VC mode and git
Date: Mon, 06 Apr 2015 08:54:15 +0200
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4 (windows-nt)

>>>>> Richard Stallman <address@hidden>:

> This means that you can't undo 'git stash pop' with 'git stash'.
> 'git stash pop' is therefore a risky thing to do.

Not really. If "git stash pop" fails, git will leave the stash in place.

So if you reset your workspace with "git reset --hard HEAD" the stash
will still be there (and will still fail when applied, because of
conflicts). 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]