View README.md localhost

pip install grip # <https://github.com/joeyespo/grip>
cd myrepo
grip # Running on <http://localhost:6419/>

Update: grip support with limited times of usage, we can use VSCode markdown previwer instead, itโ€™s builtin.

Clone with Personal Access Tokens (PAT)

Go to this link to generate a new PAT. Then using your PAT as a password.

$ git clone <https://github.com/fakeuser/fake-repo.git>
Username: <your_username>
Password: <your_personal_access_token>

Clone via git@ (ssh)

<aside> โ˜๏ธ Update: It's easier if we use Github CLI!

</aside>

๐Ÿ‘‰ More references: this and this.

# Go to <https://github.com/settings/keys>
# copy public key
cat ~/.ssh/id_rsa.pub
# clone some repo
git clone [email protected]:dinhanhthi/dinhanhthi.com.git

Info