-
Notifications
You must be signed in to change notification settings - Fork 0
git
khensolomon edited this page May 9, 2018
·
3 revisions
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
emoji icon indicate
- Date/Time 📅
- Callable child Method 〰️
- Core 💫
- Todo 💥
- Need to be improved/fixed 🔨
- Stop 💤
- New 💡
- Note 📌
- Updated/Improved/Fixed 🌱
- Version/Target 🚩
- Changed/Modified: 🔪