I like using the CLI for interacting with GIT but I'm trying to understand the VS Tools for Git extension for the benefit of some team members who would prefer not to 'CLI'.
The UI for VS Tools for Git extension has actions labeled FETCH
and PUBLISH
which sound like PULL
and PUSH
, but there are other actions within the UI that are labeled PULL
and PUSH
so that guess is weak.
So far, I don't think my confusion is with Git but rather with the Git tools for VS. I can do what I need to accomplish in the CLI, but I don't ever recall doing a FETCH
or a PUBLISH
action.
I'm somewhat new to Git but are these terms FETCH
and PUBLISH
even part of the Git vernacular?