Github
Blog / image / Code hosting, for free ? - github
Hosting image
- create a new issue
- drag and drop images
- copy the url inserted and reference it in README.md (or elsewhere)
https://user-images.githubusercontent.com/...
Create a new Gist ยท GitHub
GH CLI Tools
Theres is a gh CLI to interact directly with github from a remote term (once authenticatd)
$ sudo apt-get install gh
$ gh auth login
$ gh repo list yduf --visibility public
$ gh repo list yduf --visibility private
Connect to GitHub with SSH
Find and take a note of your public key fingerprint. to recognize which key belong to who
$ ssh-add -l -E sha256
> 2048 SHA256:274ffWxgaxq/tSINAykStUL7XWyRNcRTlcST1Ei7gBQ /Users/USERNAME/.ssh/id_rsa (RSA)
if needed Generate a ssh key
Adding a license to a repository
Written on October 16, 2020, Last update on October 17, 2024
git
ssh
github
online
web