如果把本地的git远程仓库提交到gitHub?
巴扎黑
巴扎黑 2017-04-22 09:00:22
0
1
899

我本地有一个仓库,在dropbox里放着, 工作文件夹是克隆的这一个仓库,push的时候也是push到这个dropbox里的仓库。

我现在想要把这个dropbox里的仓库push到github或bitbucket里,要怎么做呢?

我想要dropbox和bitbucket双备份,这样在没有dropbox的机器可以去bitbucket上clone下来工作,用dropbox因为公司和家里有同步并且本地文件push不用等。 这样就算某一天其中一个挂掉,也不会影响工作。

巴扎黑
巴扎黑

reply all(1)
PHPzhong

Create a library in your github and add the library to ulr to your local library

git remote add github “url”
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template