How to send pull request on Git

后端 未结 3 1519
攒了一身酷
攒了一身酷 2020-11-27 11:21

We have recently migrated to Git from SVN. We have setup a bare repository on one machine in our LAN network and cloned on other machines. Now when anyone do the changes and

3条回答
  •  有刺的猬
    2020-11-27 11:56

    The term "pull request" is not a github specific term.

    There is a git request-pull command, you can read more about it here: http://linux.die.net/man/1/git-request-pull

    For some more in depth explanations and save you some googling look at:

    • http://git-blame.blogspot.com.ar/2012/01/using-signed-tag-in-pull-requests.html
    • http://wiki.koha-community.org/wiki/Sending_a_%22request_to_pull%22

    This is not a new feature BTW.

    EDIT: This alternative answer was made before the originally accepted answer by @Greg Hewgill was rewritten. I posted it because this is the answer I was looking for, and I think it suited the question which asked about doing pull requests for users not necesarilly using github (Yes, not everyone using git uses github, at least not all the time). Now that the orignal answer was rewritten making this difference explicit I'll leave this answer the way I originally posted it just for the record.

提交回复
热议问题