mepy | Is lkcl online? | 16:23 |
---|---|---|
lkcl | yep | 16:57 |
lkcl | mepy: just ask the question. i'll see it when i see it. | 16:58 |
lkcl | otherwise, you walk away, i walk away, and the conversation never takes place. | 16:58 |
mepy | Hello everyone | 17:00 |
mepy | Hi lkcl | 17:00 |
programmerjake | hi | 17:02 |
mepy | I would like to upload an image to the website. Can I do it myself "quickly" using git? (Speaking of git, do I eventually need to clone everything to just upload a file?) or in case I send the image to you? Cheers | 17:03 |
mepy | Hi programmerjake | 17:03 |
programmerjake | you can use git clone --depth=1 ... to just download the latest revision | 17:06 |
programmerjake | yes, you do need to clone a repo to use git to upload stuff | 17:06 |
programmerjake | though...the wiki repo isn't very big, so I wouldn't bother trying to reduce download usage | 17:07 |
mepy | programmerjake what the command would look like? | 17:10 |
mepy | I mean, what is the right repo to clone? | 17:10 |
mepy | "libreriscv.git" I suppose | 17:11 |
programmerjake | git clone --depth=1 https://git.libre-soc.org/git/libreriscv.git | 17:11 |
programmerjake | or git clone --depth=1 ssh://gitolite3@git.libre-soc.org:922/libreriscv.git | 17:13 |
programmerjake | if you want to upload via git, lkcl will need to grant your ssh public key write access | 17:14 |
mepy | I need to create one eventually (ssh keys) | 17:15 |
programmerjake | and you'll need to use the ssh url | 17:15 |
mepy | I am in a new old laptop | 17:15 |
programmerjake | run ssh-keygen | 17:15 |
mepy | k | 17:15 |
programmerjake | then email lkcl your ~/.ssh/idrsa.pub file (never send anyone your private key, which is in ~/.ssh/idrsa) | 17:16 |
mepy | do I need passphrase? | 17:16 |
programmerjake | it's a good idea | 17:17 |
mepy | k | 17:17 |
programmerjake | if you set it to the same as your user's password, then when you login, it'll probably automatically use it to unlock your ssh key | 17:18 |
programmerjake | meaning you won't have to type your password everytime you use git | 17:18 |
mepy | k thank you | 17:19 |
mepy | I do not want to make mistakes tbh... | 17:20 |
programmerjake | well, you can always recreate your ssh key if you mess up... | 17:20 |
programmerjake | though you'll have to get everyone/everything that knows your old pub key to update | 17:21 |
mepy | yep. Thanks | 17:23 |
mepy | Guys gotta go. See you later. lkcl: I am going to send you an email. | 17:41 |
mepy | Bye programmerjake and thanks | 17:41 |
programmerjake | bye | 17:42 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!