The snow git fetch command updates a repository stage with all branches, tags, and new commits from a remote repository.
To fetch changes in a repository, use the following command:
snow git fetch <REPO_NAME>
where:
<REPO_NAME> is the ID of the repository stage.
The following example refreshes a repository named my_snow_git:
snow gitfetch my_snow_git
alterGitrepository my_snow_git fetch+-------------------------------------------------------------------+| status ||-------------------------------------------------------------------||GitRepository MY_SNOW_GIT is up todate. No change was fetched..|+-------------------------------------------------------------------+