Git Push to Remote Repository Wizard: Remote Repository

See Also

You use the Push to Remote Repository wizard to contribute changes from your local Git repository into a public Git repository.

To open the Push to Remote Repository wizard, choose Team > Git > Remote > Push.

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