Skip to content

Commit

Permalink
Merge pull request #11839 from WilliamDEdwards/fix/add-ssh-user-to-gi…
Browse files Browse the repository at this point in the history
…t-ssh

Add SSH username to Git over SSH documentation example
  • Loading branch information
sbidoul authored Mar 18, 2023
2 parents e1f353f + e0e54e3 commit 6ca4dbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/html/topics/vcs-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The supported schemes are `git+file`, `git+https`, `git+ssh`, `git+http`,
`git+git` and `git`. Here are some of the supported forms:

```none
MyProject @ git+ssh://git.example.com/MyProject
MyProject @ git+ssh://git@git.example.com/MyProject
MyProject @ git+file:///home/user/projects/MyProject
MyProject @ git+https://git.example.com/MyProject
```
Expand Down
1 change: 1 addition & 0 deletions news/11838.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add username to Git over SSH example.

0 comments on commit 6ca4dbb

Please sign in to comment.