摘要:
服务器迁移,而且原来本地开发是在同一个目录中切换不同的分支,感觉有点挫,于是打算一个文件目录对应一个分支,这样不会有太大的文件差异。 记录下来本次操作,可能以后还会用到。 git初始化一般是这样。 git init git clone .git地址 之后重点来了,因为clone下来的一般为maste 阅读全文
摘要:
方式一 1. 查看远程仓库 1 2 3 4 5 6 $ git remote -v eoecn https://github.com/eoecn/android-app.git (fetch) eoecn https://github.com/eoecn/android-app.git (push) 阅读全文