street-fighter-ai
street-fighter-ai copied to clipboard
如何写入github
请问你是怎么让他写入代码到github中的?
- 在git hub上新建一个项目
- 在本机装git
- 在本机的git bash中generate new ssh pub key
- 把key传到github的profile中
- git clone
- 如果是fork别人的代码,要checkout -b 一个自己的分支。也可以先在github 上folk之后,从自己的页面git clone
- 编辑代码
- git add .
- git commit.
- git pull
- git push
- 如果需要申请合并,则merge 后, 发起git pull request