search

Home  >  Q&A  >  body text

如果把本地的git远程仓库提交到gitHub?

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

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

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

巴扎黑巴扎黑2800 days ago903

reply all(1)I'll reply

  • PHPz

    PHPz2017-04-22 09:02:22

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

    git remote add github “url”
    

    reply
    0
  • Cancelreply