diff options
author | Dustin Walker <dustin.walker@email.wsu.edu> | 2025-01-16 16:27:33 -0500 |
---|---|---|
committer | Dustin Walker <dustin.walker@email.wsu.edu> | 2025-01-16 16:27:33 -0500 |
commit | 675e825f5fc79a4400c43c9efc595954931c4619 (patch) | |
tree | 0986e7428e242c1cfd58473b3b31cfc21d5b08fa | |
parent | e513432986d3395e8c9a2f761d8aecc9875f6ff4 (diff) |
updated git clone self reference
-rw-r--r-- | reference.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reference.html b/reference.html index 4acdcb6..c55d06d 100644 --- a/reference.html +++ b/reference.html @@ -36,7 +36,7 @@ <h2>Tasks</h2> <hr/> <ul> - <li><i>git clone self</i> - git clone [user@url:port]:/full/path/to/repo.git</li> + <li><i>git clone self</i> - git clone ssh://user@url:port/full/path/to/repo.git</li> </ul> </div> </div> |