10 lines
216 B
Plaintext
10 lines
216 B
Plaintext
# computer woes
|
|
|
|
|
|
|
|
put your public key to github.com
|
|
use ssh -T git@github.com to identify if public key works
|
|
under your repo ,git remote set-url origin git@github.com:<user>/<project>.git
|
|
git push
|
|
|