Git Pull from Remote Repository Wizard: Remote Repository

See Also

You use the Pull from Remote Repository wizard to fetch and merge the updates from a remote Git repository into the current HEAD of your local repository.

To open the Pull from Remote Repository wizard, choose Team > Git > Remote > Pull.

At the Remote Repository page, you have to choose either:

The IDE supports the following Git protocol types:

ProtocolAccess MethodExample
fileDirect repository access (on local disk) file:///path_to_repository
or
path_to_repository
httpAccess via HTTP protocol http://hostname/path_to_repository
httpsAccess via HTTP protocol with SSL encryptionhttps://hostname/path_to_repository
ssh Access via SSH protocolssh://hostname/path_to_repository
or
[user@]hostname:/path_to_repository
sftp Access via SFTP protocolsftp://hostname/path_to_repository
git Access via GIT protocolgit://hostname/path_to_repository
See Also
About Git Support
Git Tasks: Quick Reference
Git: Working with Remote Repositories

Legal Notices