【发布时间】:2015-01-28 19:35:50
【问题描述】:
我被要求在 Bitbucket 的一个分支中推送一些东西。那里有5个分店:
masterimportant1/B1important1/B2important2/B1important2/B2
我被要求将我的东西推送到important2/B2。但是,当我使用 url https://******@bitbucket.org/important/important.git 克隆存储库时,我的硬盘上只克隆了 important1/B1 和 important1/B2,但没有克隆其他两个目录。
然后我尝试使用一些签出命令,我只能克隆important2/B2,然后我尝试推送它,它说一切都推送不再提交。但是我检查了bitbucket,我的文件不在里面。
我必须编写哪些确切的命令来克隆我的分支然后再次推送它?我的时间不多了;这就是为什么我不得不在这里问。顺便说一句,我也是 Git 和 Bitbucket 的新用户。
【问题讨论】:
-
您可以创建一个真实的用户名,而不是恰好位于主行的字母。二、
git branch -a的输出是什么?
标签: git bitbucket git-push git-clone