To refresh the source control status of files, select one or more files in the Current Folder browser, right-click and select Source Control > Refresh Git status.
To refresh the status of all files in the repository, right-click the white space of the Current Folder browser and select Source Control > Refresh Git status.
To update all files in a repository, right-click in the Current Folder browser and select Source Control > Fetch.
Caution Ensure you have registered binary files with Git™ before using Fetch. If you do not, conflict markers can corrupt your files. For more information, see Register Binary Files with Git. |
After clicking Fetch, you need to merge in the origin changes to your local branches. For next steps, see Push and Fetch with Git.