I'm trying to understand how EGIT works.
With Spring Tool Suite, created a java project, put it under version control with EGIT plugin and pushed it to my account on Github.
When I try to fetch (as you can see in the image) EGIT says Nothing to fetch.
Some guides say configure fetch with right click->configure fetch.
1) What does "configure fetch" mean? Does it mean binding a branch on my computer with the relative branch on the server?
2) When configuring fetch, I have to select a source. If I have many branches on the remote, what's the right source? There something I don't understand in this step.