标签: git drupal git-push git-clone
大家好,我有一个文件夹根目录,它在root中有自己的.git文件,可以推送到我的存储库。这适用于git push,但它省略了我从其他网站克隆的子文件夹bootstrap。我试图将文件夹的远程设置为我的仓库,但无济于事git remote set-url origin MYURL。我想知道是否有人知道这些步骤
.git
git push
bootstrap
git remote set-url origin MYURL
root: .git bootstrap/ .git <-- points to Drupal's repo