You are here: Visual LANSA User Guide > 4. Editor Features > 4.4 Version Control > 4.4.5 Version Control – Git Integration > Git Repository Actions > Pull/Push
Pull/Push

Navigate to the Git repository folder in the Version Control tab. Select the Pull button (or Push button ) from the view toolbar or right click and select Version Control->Pull (or Push). The following dialog is displayed:

Local repository

Displays the selected local repository.

Remote repository

The remote Git repository that is the source of the pull/target of the push operation.

Remote branch

The remote branch to merge into the current branch. The branch corresponding to the current local branch will be selected by default.

 

When <OK> is processed, the output from the Git command is shown in the text box. If a merge conflict exists, the files in conflict will be shown in the repository with a Git Status of Conflict. This can be resolved using the Resolve Conflict menu option. Other errors may need to be resolved externally using the Git command line or a third party tool.