search

Home  >  Q&A  >  body text

github pull requst的时候不能把tags弄到主代码仓库里面吗?

有一个fork的仓库,里面打了两个标签,pull request的时候不能进主代码仓库,有什么方法吗?

阿神阿神2798 days ago641

reply all(1)I'll reply

  • 黄舟

    黄舟2017-04-24 09:12:33

    Pull request should be a submission for version changes, that is, commit, which is a way for members outside the project to contribute code. Tag is the information of the repository itself. Members outside the project cannot naturally create or submit it in a pull request. This is meaningless.

    reply
    0
  • Cancelreply