Skip to content
Snippets Groups Projects
Commit c5fe2398 authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'rr/git-uri-doc'

* rr/git-uri-doc:
  Git url doc: mark ftp/ftps as read-only and deprecate them
parents b7804cf2 6347e716
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,12 @@ address of the remote server, and the path to the repository. ...@@ -6,8 +6,12 @@ address of the remote server, and the path to the repository.
Depending on the transport protocol, some of this information may be Depending on the transport protocol, some of this information may be
absent. absent.
Git natively supports ssh, git, http, https, ftp, ftps, and rsync Git supports ssh, git, http, and https protocols (in addition, ftp,
protocols. The following syntaxes may be used with them: and ftps can be used for fetching and rsync can be used for fetching
and pushing, but these are inefficient and deprecated; do not use
them).
The following syntaxes may be used with them:
- ssh://{startsb}user@{endsb}host.xz{startsb}:port{endsb}/path/to/repo.git/ - ssh://{startsb}user@{endsb}host.xz{startsb}:port{endsb}/path/to/repo.git/
- git://host.xz{startsb}:port{endsb}/path/to/repo.git/ - git://host.xz{startsb}:port{endsb}/path/to/repo.git/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment