What does "Update Project" do?

Cmd-T "Update Project", when SCM is Git... what does this command do?

What does the "auto-stash" choice mean?

3

Hello Chez,

Cmd-T "Update Project", when SCM is Git... what does this command do?


'git pull', possibly with --rebase or --merge options (depending on what
you select in the dialog).

What does the "auto-stash" choice mean?


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!"


4

请先登录再写评论。