#Using https
git remote add otheruser https://github.com/otheruser/yourrepo.git
# Or - Using SSH
git remote add otheruser [email protected]:otheruser/yourrepo.git
git fetch otheruser
#Using https
git remote add otheruser https://github.com/otheruser/yourrepo.git
# Or - Using SSH
git remote add otheruser [email protected]:otheruser/yourrepo.git
git fetch otheruser
| // | |
| // _oo0oo_ | |
| // o8888888o | |
| // 88" . "88 | |
| // (| -_- |) | |
| // 0\ = /0 | |
| // ___/`---'\___ | |
| // .' \\| |// '. | |
| // / \\||| : |||// \ | |
| // / _||||| -:- |||||- \ |
| /** | |
| * CSS theme for the Clearly browser extension by Evernote. | |
| * See: www.evernote.com/clearly/ | |
| * | |
| * Options used alongside this CSS: | |
| * Body font: "Adelle", Georgia, 微軟正黑體, Helvetica, Arial, sans-serif | |
| * Header font: Soho-condensed, PT Serif, 微軟正黑體, Helvetica | |
| * Monospace font: 微軟正黑體Mono, Inconsolata, Consolas, Droid Sans Mono | |
| * Background: #FFFFFF | |
| * Foregound: #333333 |