"Een pull request" is not found on TREX in Dutch-English direction
Try Searching In English-Dutch (Een pull request)

Low quality sentence examples

Dus als iemand in onze repository een Pull Request opent en zijn branch heeft de naam bug-fix' en deze wijst naar commit a5a775, dan zal onze repository geen branch bug-fix aanwezig zijn(omdat deze in hun fork zit), maar we hebben wel pull/< pr>/head die wijst naar a5a775.
So if someone opens a Pull Request in our repository and their branch is named bug-fix and it points to commit a5a775, then in our repository we will not have a bug-fix branch(since that's in their fork), but we will have pull/< pr>/head that points to a5a775.
Als code wordt voorgesteld met een Pull Request en de beheerders of de gemeenschap een wijziging voorstellen wordt de reeks patches niet opnieuw samengesteld,
When code is proposed with a Pull Request and the maintainers or community suggest a change, the patch series is generally not re-rolled,
Als je een Pull Request ziet die de juiste kant op gaat
If you see a Pull Request that is moving in the right direction
mensen aan issues en pull requests toewijzen, labels maken en wijzigen, commit gegevens benaderen, nieuwe commits en branches maken, Pull Requests openen, sluiten of mergen, teams maken en wijzigen, reageren op regels code in een Pull Request, op de site zoeken enzovoorts.
assigning people to Issues and Pull Requests, creating and changing labels, accessing commit data, creating new commits and branches, opening, closing or merging Pull Requests, creating and editing teams, commenting on lines of code in a Pull Request, searching the site and on and on.
Dit wordt een pull rekest(haal-binnen-verzoek) genoemd, en je kunt deze via de website genereren- GitHub heeft een eigen Pull Request mechanisme die we verder zullen behandelen in Chapter 6 of je roept het
This is often called a pull request, and you can either generate it via the website- GitHub has its own Pull Request mechanism that we will go over in Chapter 6-
Je kunt zelfs een Pull Request openen op een andere Pull Request.
You can even target another Pull Request.
Het geeft je een link naar de Pull Request op GitHub.
It gives you a link to the Pull Request on GitHub.
Laten we beginnen met hoe naar een andere Pull Request of Issue te verwijzen.
Let's start with how to cross-reference another Pull Request or an Issue.
Samenvatting van taaklijsten in de Pull Request lijst.
Task list summary in the Pull Request list.
Handmatig de Pull Request doelfork en-branch wijzigen.
Manually change the Pull Request target fork and branch.
Bijvoorbeeld, je kunt geen Pull Request 3 en Issue 3 hebben.
For example, you can't have Pull Request 3 and Issue 3.
GitHub presenteert de Pull Request branches voor een repository als een soort van pseudo-branches op de server.
GitHub actually advertises the Pull Request branches for a repository as sort of pseudo-branches on the server.
Branch> zien voor de branch waar deze Pull Request op is gebaseerd.
Branch> for the branch this Pull Request is based on.
Als iemand een nieuwe Pull Request op GitHub opent en deze hook is opgezet,
If someone opens a new Pull Request on GitHub and this hook is set up,
Je volgende vraag zou“Hoe refereer ik aan het oude Pull Request?
Your next question may be“How do I reference the old Pull Request?”?
Als iemand een nieuwe Pull Request op GitHub opent en deze hook is opgezet,
If someone opens a new Pull Request on GitHub and this hook is set up,
Je kunt een voorbeeld hiervan zien in Samenvatting van taaklijsten in de Pull Request lijst.
You can see an example of this in Task list summary in the Pull Request list.
Hier kan je redelijk eenvoudig aangeven om jouw nieuwe branch in een andere Pull Request te mergen of in een andere fork van het project.
Here you can fairly easily specify to merge your new branch into another Pull Request or another fork of the project.
Je zou technisch gesproken de Pull Request in je werk mergen met zoiets als dit.
You could technically merge in the Pull Request work with something like this.
zal je zien dat de bijdrager zijn commit niet heeft gerebased en een andere Pull Request heeft gestuurd.
you will notice that the contributor did not rebase his commit and send another Pull Request.