1. 添加插件git
2. 使用url在本地建立git库,然后import -> git 得到本地的工程
3. 添加分支 ,提交 ,如果有错先pull一下,然后再push ,这里pull相当于 fetch + merge 的作用