search

Home  >  Q&A  >  body text

ios - 从Sourectree里面已有的app里垃取框架

之前跟老大做了一个app,现在他让我自己独立做一个相似的,框架一样,我想直接使用之前的那个框架,问一下大神怎么从之前的那个app里把框架拉出来呢?

我记得可以从这里新建一个分支还是怎么弄来着

大家讲道理大家讲道理2892 days ago278

reply all(2)I'll reply

  • 迷茫

    迷茫2017-04-17 18:02:54

    Do you know what this framework is?
    I’m afraid it’s a very general thing.


    It is the basic structure of an app

    I saw your revised question, it’s now easier.
    I use Tower, but the operation should be similar to SourceTree.

    You can right-click the commit of that architecture and select checkout, and there will be a new project (why not new branch here? It’s very simple. You want to open a new project, right? You can’t still use the previous git Operate on the stream), and then git init will be fine.

    reply
    0
  • 天蓬老师

    天蓬老师2017-04-17 18:02:54

    My understanding is that if you want to pull the framework created by your boss from the submission record, then you can just pull out a branch on the corresponding commit, copy the code out, and create a new version control

    reply
    0
  • Cancelreply