Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
There are 3rd party tools afaik.
Since Pull requests are handled differently depending on the cloud provider you're using and Some pull requests are actually emails to the maintainer of the project, there isn't a plan to standartize it soon with git tool. -
stop68673yFor gitgub there is a tool (I think it was called hub).
gitea has extension for various IDEs. -
stop68673y@johnmelodyme thats a pull. this is what happens when a pull request is approved. A pullnrequest is what happens between the coding and the final pull.
-
Pull requests aren't version controlled with the code so they're outside the scope of git, just like builds, credentials or tickets.
-
When you use force, I hope someone electrocutes you...
Pull requests need to be triggered manually.
REST API could be done via curl / bash script / hook or manually.
Related Rants
Is there a way to create pull request on git using CLI? I have tried request-pull option but quiet lost over there.
question
git
pull request