Skip to content

Commit 6ca4dbb

Browse files
authored
Merge pull request #11839 from WilliamDEdwards/fix/add-ssh-user-to-git-ssh
Add SSH username to Git over SSH documentation example
2 parents e1f353f + e0e54e3 commit 6ca4dbb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/html/topics/vcs-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The supported schemes are `git+file`, `git+https`, `git+ssh`, `git+http`,
1818
`git+git` and `git`. Here are some of the supported forms:
1919

2020
```none
21-
MyProject @ git+ssh://git.example.com/MyProject
21+
MyProject @ git+ssh://git@git.example.com/MyProject
2222
MyProject @ git+file:///home/user/projects/MyProject
2323
MyProject @ git+https://git.example.com/MyProject
2424
```

news/11838.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add username to Git over SSH example.

0 commit comments

Comments
 (0)