Coming from world of Rational Team Concert (Eclipse), to other project that is on Git (IntelliJ) I'm trying to understand this:
Eclipse (RTC)
In RTC I was used to look in TAB (Pending Changes) under Incoming before coding - looking what other team members alredy commited in meantime. On starting Eclipse or button refresh this section of pending changes would automatically refresh with committed changes made by other team members.
Intellij IDEA (GIT)
I'm looking same funcitionality under TAB(Version control) - TAB(Log). Refresh button is not behving in same manner. Am I wrong but only way to see is there new commited changes on origin/master is to use
Menu:
VCS - Git - Fetch.
Question is: Is there some settings that would automatically fetch ( not pull) other team members commits ?