Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Three20 作为我 iPhone 应用程序上的 git 子模块。我对three20 库进行了一些自定义修改,并希望提交它们以便我的项目看到提交。我不想也不能将这些更改提交给实际的three20 repo。
谢谢
请分叉存储库并在子模块中使用它。如果子模块指向主仓库,您可以在子模块本身的配置中更改该 url。当您现在更新它时,请确保您不运行git submodule init或将 init 选项添加到git submodule update. 这将允许您使用叉子代替。
git submodule init
git submodule update