Can/should I fork my own github repo?

前端 未结 4 1138
迷失自我
迷失自我 2021-01-31 10:21

My github repo is called Programming-iOS-4-Book-Examples, because it\'s the example code from my book \"Programming iOS 4\". Now I\'ve written a new edition of the book, retitle

4条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-31 11:14

    Given that you can have URL that link branches in a repo, you can still use branches, which INMHO are the natural and easy way for the case .

    For example, you can have the following URL for iOS4 example: https://github.com/mattneub/Programming-iOS-Book-Examples/tree/ios4

    And https://github.com/mattneub/Programming-iOS-Book-Examples/tree/ios5 for the iOS5 examples, where ios4 and ios5 are your branch names.

提交回复
热议问题