What does "Update Project" do? Permanently deleted user Created February 23, 2010 01:01 Cmd-T "Update Project", when SCM is Git... what does this command do?What does the "auto-stash" choice mean?
Hello Chez,
'git pull', possibly with --rebase or --merge options (depending on what
you select in the dialog).
If the option is enabled, your local changes are stashed using 'git stash'
before the update operation and unstashed after it completes.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"