What is the translation of " GIT MERGE " in Dutch?

Examples of using Git merge in English and their translations into Dutch

{-}
  • Colloquial category close
  • Official category close
  • Ecclesiastic category close
  • Medicine category close
  • Financial category close
  • Computer category close
  • Ecclesiastic category close
  • Official/political category close
  • Programming category close
You do this with the git merge command.
Je doet dit met het git merge commando.
You can use git merge-s subtree
Je kunt git merge-s subtree gebruiken
Jessica can now merge this into the work she did with git merge.
Jessica kan dit nu mergen in het werk wat zij gedaan heeft met git merge.
The git merge command was first introduced in Basic Branching.
Het git merge commando werd voor het eerst geïntroduceerd in“Eenvoudig branchen”.
When you invoke a merge into HEAD(git merge topic), the new commit has two parents.
Als je een merge naar HEAD begint(git merge topic), heeft de nieuwe commit twee ouders.
The git merge--abort option tries to revert back to your state before you ran the merge.
De git merge--abort optie probeert de status terug te halen van voor je probeerde de merge te draaien.
Keep a linear Git history that doesn't contain merge commits made by git merge.
Houd een lineaire Git historie aan die geen merge commits bevat die door git merge zijn aangemaakt.
The git merge tool is used to merge one
Het git merge tool wordt gebruikt om een of meerdere branches te
You can also use the-S option with the git merge command to sign the resulting merge commit itself.
Je kunt ook de-S optie gebruiken met het git merge commando om de merge die het resultaat hiervan is te tekenen.
you can do so with a normal git merge.
wilt mergen, kan je dit doen met een normale git merge.
When Git merges, it looks at what it has to merge together
Zodra Git merged, kijkt het naar wat het moet mergen
her checked-out featureB branch, she can now merge Josie's work into that branch with git merge.
kan Jessica kan dit nu mergen in het werk wat zij gedaan heeft met git merge.
You can use git merge-s subtree
Je kunt git merge-s subtree gebruiken
However, there is a command called git pull which is essentially a git fetch immediately followed by a git merge in most cases.
Er is echter een commando git pull geheten die feitelijk een git fetch onmiddellijk gevolgd door een git merge is in de meeste gevallen.
You can follow that up with git merge FETCH_HEAD into a branch you want to test it in, but that merge commit message looks a bit weird.
Je kunt daarna een git merge FETCH_HEAD doen in een branch waar je dit in wilt testen, maar dat merge commit bericht zal er wat vreemd uitzien.
where we also use git merge--abort, which is a bit of a wrapper for the git reset command.
breken in“Een merge afbreken”, waar we ook git merge--abort gebruiken, wat een vorm van een wrapper is voor het git reset commando.
Git merge" in Git v2.9 was taught to forbid merging an unrelated lines of history by default,
Git merge" in Git v2.9 is geleerd om te verbieden dat standaard een niet-verwante geschiedenis wordt samengevoegd, maar dat is precies het soort ding
there are very few variations of the merge command- generally just git merge< branch>
erg weinig variaties op het merge commando, normaalgesproken alleen git merge< branch>
In Git 1.8.3 and later, git merge and git pull can be told to inspect and reject when merging a commit that does not carry a trusted GPG signature with the--verify-signatures command.
In Git 1.8.3 en later, kunnen"git merge" en"git pull" verteld worden om te controleren tijdens het mergen van een commit en deze af te wijzen als die geen geverfieerde GPG handtekening heeft met het--verify-signature commando.
The dcommit command that you run erases any information that says what branch was merged in, so subsequent merge-base calculations will be wrong- the dcommit makes your git merge result look like you ran git merge--squash.
Het dcommit commando dat je hebt aangeroepen verwijdert alle informatie die aangeeft welke branch erin was gemerged, dus daarop volgende merge-basis berekeningen zullen fout gaan- de dcommit maakt dat je git merge resultaat eruit ziet alsof je git merge--squash had aangeroepen.
In most cases, if you follow the errant git merge with git reset--hard HEAD~,
In de meeste gevallen, als je de foutieve git merge opvolgt met git reset--hard HEAD~, zal dit de branch verwijzingen herstellen
Remember that although you're using git merge to do this operation, and the merge likely will be much easier than it would be in Subversion(because Git will automatically detect the appropriate merge base for you), this isn't a normal Git merge commit.
Onthoud dat alhoewel je git merge gebruikt voor deze operatie, en de merge waarschijnlijk veel makkelijker gaat dan het in Subversion zou gaan(omdat Git automatisch de merge basis voor je zal detecteren), dit geen normale Git merge commit is.
The git pull command is basically a combination of the git fetch and git merge commands, where Git will fetch from the remote you specify
Het git pull commando is feitelijk een combinatie van de git fetch en git merge commando's, waar Git van de remote die je opgeeft gaat ophalen
Remember that although you're using git merge to do this operation, and the merge likely will be much easier than it would be in Subversion(because Git will automatically detect the appropriate merge base for you), this isn't a normal Git merge commit.
Onthoud dat hoewel je git merge gebruikt om deze handeling uit te voeren, en de merge waarschijnlijk veel makkelijker zal zijn dan het in Subversion zou zijn(omdat Git automatisch de juiste merge basis voor je zal uitzoeken), dit geen normale Git merge commit is.
We covered how to do a squashed merge(where Git merges the work but pretends like it's just a new commit without recording the history of the branch you're merging in)
We hebben behandeld hoe een squashed merge te doen(waar Git het werk merged maar doet alsof het niet meer dan een nieuwe commit is zonder de historie van de branch die je in merged op te slaan) aan het einde
Git notes merge" had a code to see if a path exists(and fails if it does)
Git notities samenvoegen" had een code om te zien of er een pad bestaat(en mislukt
Results: 26, Time: 0.0292

Word-for-word translation

Top dictionary queries

English - Dutch