Как создать pull request из консоли?
И что делает команда
$ git request-pull master origin
Т.е. создаем feature ветку, делаем в ней первый комит, пушим на сервер, а вот как создать запрос на слияние с мастером из консоли - непонятно(
В документации написано:
Generate a request asking your upstream project to pull changes into their tree. The request, printed to the standard output, begins with the branch description, summarizes the changes and indicates from where they can be pulled.
The upstream project is expected to have the commit named by and the output asks it to integrate the changes you made since that commit, up to the commit named by , by visiting the repository named by .