github 使用手记


已有项目开发流程:

1. 产生ssh key,方法见https://help.github.com/articles/generating-ssh-keys/

2. git clone xxx.git

3. 修改项目下的.git/config url = https://github.com/xxx 为 url = ssh://[email protected]/xxx

4. git push origin master

你可能感兴趣的:(github 使用手记)