diff options
| author | druid520 <r.ustydruid520@proton.me> | 2026-08-16 19:56:38 +0000 |
|---|---|---|
| committer | druid520 <r.ustydruid520@proton.me> | 2026-08-16 19:56:38 +0000 |
| commit | b9471dcdc5f1cd5087d288575d881e08e1f05c79 (patch) | |
| tree | 896d01cc06099247059885ea04f8cc78a27f2e96 /git.html | |
| parent | c5b7b5bb5a6a7d2f8cc0edec0e6a547b450c7f51 (diff) | |
document ssh git rm/mv/cp
Diffstat (limited to 'git.html')
| -rw-r--r-- | git.html | 3 |
1 files changed, 3 insertions, 0 deletions
| diff --git a/git.html b/git.html index 7ad7d70..616892c 100644 --- a/git.html +++ b/git.html | |||
| @@ -17,6 +17,9 @@ | |||
| 17 | <pre>git clone git:druid520/site.git</pre> | 17 | <pre>git clone git:druid520/site.git</pre> |
| 18 | <p>accounts get ssh commands too:</p> | 18 | <p>accounts get ssh commands too:</p> |
| 19 | <pre>ssh git mk repo | 19 | <pre>ssh git mk repo |
| 20 | ssh git rm repo | ||
| 21 | ssh git mv repo newname | ||
| 22 | ssh git cp user/repo newname | ||
| 20 | ssh git desc repo "description" | 23 | ssh git desc repo "description" |
| 21 | ssh git perms repo +WRITERS user | 24 | ssh git perms repo +WRITERS user |
| 22 | ssh git ls</pre> | 25 | ssh git ls</pre> |
