Although it might not be up to date with the latest code on GitHub Fedora 28+ users can also download straight via package manager DNF: If you add mor

Mergifyio / git-pull-request

submited by
Style Pass
2021-06-10 20:00:42

Although it might not be up to date with the latest code on GitHub Fedora 28+ users can also download straight via package manager DNF:

If you add more commits to your branch later, or need to rebase your branch to edit commits, you'll just need to run git pull-request to update your pull-request. git-pull-request automatically detects that a pull-request has been opened for your current working branch.

If you set up 2-Factors Authentication for your GitHub account, you should create a personal token and request the repo permission, then use that as your password.

Pagure uses API key, you need to create one by visiting your settings and requesting the Fork a project and Modify an existing project ACL.

When sending pull-requests, it's preferable to do so from your own branch. You can create your own branch from master by doing:

This will checkout a new branch called myownbranch that is a copy of master. Using the --track option makes sure that the upstream source branch is written in your .git/config file. This will allow git-pull-request to know to which branch send the pull-request.

Leave a Comment
Related Posts