0

我已经在本地开发了网站,我想与其他开发人员分享。我已经在 Bitbucket 上创建了一个帐户,并正在寻找一种方法来推送我的网站并将其提供给其他人。任何想法?抱歉,我对此很陌生。我在用

Windows 7 上的 Cygwin 终端

. 谢谢

4

1 回答 1

0

看看这个教程: https ://confluence.atlassian.com/display/BITBUCKET/Import+code+from+an+existing+project

基本代码是:

cd /path/to/my/repo
git remote add origin ssh://git@bitbucket.org/your_git_path.git
git push -u origin master
于 2013-07-02T17:56:00.870 回答