Pulling Files from a Remote Repository—Git

If you need to update the files in your local database, you can do a pull. When you pull files, Analyzer retrieves files from the remote repository and downloads them to your local Git database. This updates your current branch with the most current version of the file. This is a good way to get changes that other users have made to a file and pushed to the remote.

When you pull, you will see the Resolve Version Conflict dialog if conflicts exist between the remove files and the files in your local database.

For more information see the Flare online Help.