Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.07 KB

2024-07-19-operation-github.md

File metadata and controls

39 lines (27 loc) · 1.07 KB
layout title date last_updated description tags categories featured
post
Connect to GitHub via ssh
2024-07-19 11:32:13 -0700
2024-08-16 01:14:10 -0700
using and configure ssh for GitHub
operation linux github personalnote
operation
false
$ ssh-add .ssh/id_github_username
Enter passphrase for .ssh/id_github_username:
Identity added: .ssh/id_github_userna<me ([email protected])

$ ssh-add .ssh/id_github_username ([email protected])

$ ssh -i id_github_username -T [email protected]

Github Pages

https://docs.github.com/en/pages/quickstart

"You can use GitHub Pages to showcase some open source projects, host a blog, or even share your résumé. This guide will help get you started on creating your next website."

Github Docs

docs.github.com

Github Certifications

examregistration.github.com/overview