Created
February 7, 2017 13:33
-
-
Save ubnt-intrepid/09da3bb48110ae4a47016d6000a06f7a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # HTTP protocol | |
| http[s]://HOST[:PORT]/ORGANIZATION/REPOSITORY.git | |
| # Git protocol | |
| git://HOST/ORGANIZATION/REPOSITORY.git | |
| # SSH protocol | |
| [ssh://]SSHUSER@HOST[:PORT]/ORGANIZATION/REPOSITORY.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment