I like to use the CLI to interact with GIT, but I'm trying to understand VS Tools to extend the GIT in the interests of some team members who would prefer not the "CLI".
The user interface for VS Tools for the GIT extension has actions with the FETCH and PUBLISH labels that look like PULL and PUSH , but there are other actions in the user interface that are labeled PULL and PUSH , so the guess is weak.
So far, I don't think my confusion is with GIT, but rather with GIT tools for VS. I can do what I need to execute in the CLI, but I never remember the actions of FETCH or PUBLISH .
I'm a little new to GIT, but are these FETCH and PUBLISH part of the popular GIT part?
source share