summary refs log tree commit diff
path: root/git.html
diff options
context:
space:
mode:
authordruid520 <r.ustydruid520@proton.me>2026-08-16 19:56:38 +0000
committerdruid520 <r.ustydruid520@proton.me>2026-08-16 19:56:38 +0000
commitb9471dcdc5f1cd5087d288575d881e08e1f05c79 (patch)
tree896d01cc06099247059885ea04f8cc78a27f2e96 /git.html
parentc5b7b5bb5a6a7d2f8cc0edec0e6a547b450c7f51 (diff)
document ssh git rm/mv/cp
Diffstat (limited to 'git.html')
-rw-r--r--git.html3
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
20ssh git rm repo
21ssh git mv repo newname
22ssh git cp user/repo newname
20ssh git desc repo "description" 23ssh git desc repo "description"
21ssh git perms repo +WRITERS user 24ssh git perms repo +WRITERS user
22ssh git ls</pre> 25ssh git ls</pre>