我在现有存储库中有一个项目,文件夹结构:
myproject (master)
+-- app/
+-- dist/ (.gitignore in master, but i want it as production branch, is it possible?)
它称为子仓库还是其他? 如何将本地git设置为远程分支?
答案 0 :(得分:0)
默认情况下,Git中的分支彼此无关。但是,当您告诉本地分支“跟踪”远程分支时,将在这两个分支之间创建连接。您的本地分支现在在远程服务器上有一个“对应”。
您可以在这里找到不错的示例:https://www.git-tower.com/learn/git/faq/track-remote-upstream-branch