2016-01-15 19:36 GMT+03:00 Bram Moolenaar <[email protected]>: > > Matteo Cavalleri wrote: > > > I usually do > > > > $ git stash > > $ git pull > > $ git stash pop > > > > this is supposing I have no reasons to commit my changes. > > OK, that is three commands. But I suppose it's the shortest that works. > > I notice that git annoyingly requires configuring the user name and > email for this. >
Stash is creating two commits (I have no idea why two), and to create a commit one needs user name and email. New commit is referenced in refs/stash. > > -- > BLACK KNIGHT: I'm invincible! > ARTHUR: You're a looney. > "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES > LTD > > /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net > \\\ > /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ > \\\ > \\\ an exciting new programming language -- http://www.Zimbu.org > /// > \\\ help me help AIDS victims -- http://ICCF-Holland.org > /// > > -- > -- > You received this message from the "vim_dev" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php > > --- > You received this message because you are subscribed to the Google Groups > "vim_dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
