【发布时间】:2017-03-26 12:00:47
【问题描述】:
我有一个用 Laravel 4 编写的项目。所有内容都转到 Bitbucket 中的“master”分支。我正在将我的应用程序迁移到 Laravel 5,并且我想将这两个版本作为单独的分支保存在我的 git 存储库中。
我的本地文件夹结构如下所示:
Project - this is my main git repo folder
˪name - Laravel 4 code is here, all in git already, on "master" branch
˪name5 - Laravel 5 code is here, not in git yet. Should go to a separate branch
我该如何实现这一目标?
【问题讨论】:
标签: git branch git-branch