Re: Git automatic stashing?
From: Matthieu Moy <hidden>
Date: 2016-06-15 22:50:00
Nguyen Thai Ngoc Duy [off-list ref] writes:
On Tue, Nov 9, 2010 at 12:37 PM, Casey McGinty [off-list ref] wrote:quoted
Is there any feature in git to perform and auto stash apply/pop when trying to do a merge/rebase in a dirty working dir? This would save some keystrokes from time-to-time, and make it easier for new users unfamiliar with git.And when switching branches too.
Isn't that what "git checkout -m" does? -- Matthieu Moy http://www-verimag.imag.fr/~moy/