diff options
Diffstat (limited to 'git.html')
| -rw-r--r-- | git.html | 10 |
1 files changed, 5 insertions, 5 deletions
| diff --git a/git.html b/git.html index 616892c..7548acc 100644 --- a/git.html +++ b/git.html | |||
| @@ -3,16 +3,16 @@ | |||
| 3 | <head> | 3 | <head> |
| 4 | <meta charset="utf-8"> | 4 | <meta charset="utf-8"> |
| 5 | <meta name="viewport" content="width-device-width, inital-scale=1.0"> | 5 | <meta name="viewport" content="width-device-width, inital-scale=1.0"> |
| 6 | <title>0druid.cc - git</title> | 6 | <title>druid.rocks - git</title> |
| 7 | <link rel="stylesheet" href="style.css"> | 7 | <link rel="stylesheet" href="style.css"> |
| 8 | </head> | 8 | </head> |
| 9 | <body> | 9 | <body> |
| 10 | <h1>git.0druid.cc</h1> | 10 | <h1>git.druid.rocks</h1> |
| 11 | <p><a href="/">homepage</a>. <a href="/git.html">git</a>. <a href="/irc.html">irc</a>.</p> | 11 | <p><a href="/">homepage</a>. <a href="/git.html">git</a>. <a href="/irc.html">irc</a>.</p> |
| 12 | <p>this is my git forge. its invite only, accounts are made by me, and everything is public to clone but only people with accounts can push. if you want an account, <a href="mailto:r.ustydruid520@proton.me">email me</a> with your ssh pubkey.</p> | 12 | <p>this is my git forge. its invite only, accounts are made by me, and everything is public to clone but only people with accounts can push. if you want an account, <a href="mailto:r.ustydruid520@proton.me">email me</a> with your ssh pubkey.</p> |
| 13 | <p>browsing happens at <a href="https://git.0druid.cc/">git.0druid.cc</a>, with the usual stuff: commits, tree, refs, diffs n such.</p> | 13 | <p>browsing happens at <a href="https://git.druid.rocks/">git.druid.rocks</a>, with the usual stuff: commits, tree, refs, diffs n such.</p> |
| 14 | <p>clone over git:// (anonymous, read only):</p> | 14 | <p>clone over git:// (anonymous, read only):</p> |
| 15 | <pre>git clone git://git.0druid.cc/druid520/site.git</pre> | 15 | <pre>git clone git://git.druid.rocks/druid520/site.git</pre> |
| 16 | <p>clone and push over ssh (accounts only):</p> | 16 | <p>clone and push over ssh (accounts only):</p> |
| 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> |
| @@ -25,7 +25,7 @@ ssh git perms repo +WRITERS user | |||
| 25 | ssh git ls</pre> | 25 | ssh git ls</pre> |
| 26 | <p>put this in ~/.ssh/config:</p> | 26 | <p>put this in ~/.ssh/config:</p> |
| 27 | <pre>Host git | 27 | <pre>Host git |
| 28 | HostName git.0druid.cc | 28 | HostName git.druid.rocks |
| 29 | User git | 29 | User git |
| 30 | Port 3447 | 30 | Port 3447 |
| 31 | IdentityFile ~/.ssh/key | 31 | IdentityFile ~/.ssh/key |
