Is it possible to create merge requests in pure Git from the command line?

后端 未结 4 623
闹比i
闹比i 2020-12-13 03:42

I\'m using a behind-firewall install of Gitorious.

I can go into the web application and create a pull request from a clone and target the master repo from which it

4条回答
  •  隐瞒了意图╮
    2020-12-13 04:39

    You may use this command line tool: https://github.com/brauliobo/gitorious-merge-request

    ./gitorious-merge-request -e brauliobo@gmail.com -s 'test' -r '~brauliobo/noosfero/brauliobos-noosfero' -a easysafeinstall -b master -t 'noosfero/noosfero'
    

提交回复
热议问题