Git是一个开源的分布式版本控制系统,用以有效、高速的处理从很小到非常大的项目版本管理。 With the next major release, "git push" into a branch that is currently checked out will be refused by default. You can choose what should happen upon such a push by setting the configuration variable receive.denyCurrentBranch in the receiving repository. To ease the transition plan, the receiving repository of such a push running this release will issue a big warning when the configuration variable is missing 随着下一个重要版本, “ git push”到了一个分支,目前Checkout将被默认拒绝。您可以通过配置receive.denyCurrentBranch来启用push操作。的配置变量是失踪
|