There was an error while loading. Please reload this page.
https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/
git clone git@github.com:letid/framework.git git clone git@github.com:letid/framework.wiki.git git commit -m "Update docs to wiki" git push origin master git add . git commit -a -m "commit" (do not need commit message either) git push git add . git commit -a -m "Add new link" git push
ssh-keygen -t rsa -b 4096 -C "name@gmail.com" eval $(ssh-agent -s) ssh-add ~/.ssh/id_rsa clip < ~/.ssh/id_rsa.pub cat ~/.ssh/id_rsa.pub
💥 Todo 🌱 Update