Prevedi "pulls a branch" na Nizozemski

Prikazuje se 50 od 50 prijevoda fraze "pulls a branch" s Engleski na Nizozemski

Prijevodi pulls a branch

"pulls a branch" u Engleski može se prevesti u sljedećih Nizozemski riječi/izraza:

branch branch filiaal of voor

Prijevod Engleski na Nizozemski od pulls a branch

Engleski
Nizozemski

EN The -branch argument lets you specify a specific branch to clone instead of the branch the remote HEAD is pointing to, usually the main branch. In addition you can pass a tag instead of branch for the same effect.

NL Met het argument -branch kun je een specifieke branch opgeven om te klonen in plaats van de branch waarnaar de externe HEAD verwijst (meestal de hoofd-branch). Daarnaast kun je voor hetzelfde effect een tag doorgeven in plaats van de branch.

Engleski Nizozemski
argument argument
branch branch
clone klonen
remote externe
effect effect
in in
the de
instead in plaats van
you can kun
to om
tag tag
in addition daarnaast
head hoofd
usually meestal
a een
for voor

EN When you file a pull request, all you’re doing is requesting that another developer (e.g., the project maintainer) pulls a branch from your repository into their repository

NL Als je een pull-aanvraag indient, vraag je alleen maar dat een andere ontwikkelaar (bijvoorbeeld de onderhouder van het project) een branch uit je repository naar zijn repository haalt

Engleski Nizozemski
developer ontwikkelaar
branch branch
repository repository
your je
the de
project project
request aanvraag
that dat
from uit
a een
another van

EN Create a branch using the Git branch command. git branch

NL Een branch aanmaken met de branch-opdracht in Git. git branch

Engleski Nizozemski
create aanmaken
branch branch
git git
command opdracht
the de
a een
using in

EN The default development branch. Whenever you create a git repository, a branch named "main" is created, and becomes the active branch.

NL De standaard ontwikkelingsbranch. Als je een Git-repository aanmaakt, wordt een branch met de naam 'main' aangemaakt. Deze wordt de actieve branch.

Engleski Nizozemski
default standaard
branch branch
git git
repository repository
named naam
main main
active actieve
the de
is wordt
a een

EN List the branches for this repository. You’ll see the default branch main, and the new branch you created. git branch

NL Maak een overzicht van de branches voor deze repository. Je ziet de standaard main-branch en de nieuwe branch die je hebt gemaakt. Git-branch

Engleski Nizozemski
branches branches
repository repository
default standaard
branch branch
main main
git git
new nieuwe
created gemaakt
the de
for voor
this deze
see ziet
and en

EN The default development branch. Whenever you create a git repository, a branch named "main" is created, and becomes the active branch.

NL De standaard ontwikkelingsbranch. Als je een Git-repository maakt, wordt er een branch met de naam 'master' gemaakt. Deze wordt de actieve branch.

Engleski Nizozemski
default standaard
branch branch
git git
repository repository
named naam
active actieve
the de
created gemaakt
create maakt
is wordt
a een

EN Create a branch using the Git branch command. git branch

NL Een branch aanmaken met de branch-opdracht in Git. git branch

Engleski Nizozemski
create aanmaken
branch branch
git git
command opdracht
the de
a een
using in

EN List the branches for this repository. You’ll see the default branch master, and the new branch you created. git branch

NL Maak een overzicht van de branches voor deze repository. Je ziet de standaard branch-master en de nieuwe branch die je hebt gemaakt. git branch

Engleski Nizozemski
branches branches
repository repository
default standaard
branch branch
git git
new nieuwe
created gemaakt
the de
for voor
this deze
see ziet
and en

EN The default development branch. Whenever you create a git repository, a branch named "main" is created, and becomes the active branch.

NL De standaard ontwikkelingsbranch. Als je een Git-repository maakt, wordt er een branch met de naam 'master' gemaakt. Deze wordt de actieve branch.

Engleski Nizozemski
default standaard
branch branch
git git
repository repository
named naam
active actieve
the de
created gemaakt
create maakt
is wordt
a een

EN Create a branch using the Git branch command. git branch

NL Een branch aanmaken met de branch-opdracht in Git. git branch

Engleski Nizozemski
create aanmaken
branch branch
git git
command opdracht
the de
a een
using in

EN List the branches for this repository. You’ll see the default branch master, and the new branch you created. git branch

NL Maak een overzicht van de branches voor deze repository. Je ziet de standaard branch-master en de nieuwe branch die je hebt gemaakt. git branch

Engleski Nizozemski
branches branches
repository repository
default standaard
branch branch
git git
new nieuwe
created gemaakt
the de
for voor
this deze
see ziet
and en

EN The main branch stores the official release history, and the develop branch serves as an integration branch for features

NL De main-branch slaat de officiële versiegeschiedenis op; de branch develop dient als integratiebranch voor functies

Engleski Nizozemski
main main
branch branch
serves dient
features functies
the de
for voor
as als

EN The default development branch. Whenever you create a git repository, a branch named "main" is created, and becomes the active branch.

NL De standaard ontwikkelingsbranch. Als je een Git-repository aanmaakt, wordt een branch met de naam 'main' aangemaakt. Deze wordt de actieve branch.

Engleski Nizozemski
default standaard
branch branch
git git
repository repository
named naam
main main
active actieve
the de
is wordt
a een

EN Create a branch using the Git branch command. git branch

NL Een branch aanmaken met de branch-opdracht in Git. git branch

Engleski Nizozemski
create aanmaken
branch branch
git git
command opdracht
the de
a een
using in

EN List the branches for this repository. You’ll see the default branch main, and the new branch you created. git branch

NL Maak een overzicht van de branches voor deze repository. Je ziet de standaard main-branch en de nieuwe branch die je hebt gemaakt. Git-branch

Engleski Nizozemski
branches branches
repository repository
default standaard
branch branch
main main
git git
new nieuwe
created gemaakt
the de
for voor
this deze
see ziet
and en

EN The repository history remains unchanged. All you get is a new pointer to the current branch. To begin working on the new branch, you have to check out the branch you want to use.

NL De geschiedenis van de repository blijft ongewijzigd. Het enige wat erbij komt, is een nieuwe pointer naar de huidige branch. Om aan de nieuwe branch te kunnen werken, moet je de branch die je wilt gebruiken uitchecken.

Engleski Nizozemski
repository repository
history geschiedenis
unchanged ongewijzigd
branch branch
is is
the de
remains blijft
to om
current huidige
use gebruiken
working werken
want wilt
a een
out te
have to moet

EN Because you are creating a branch to work on something new, every time you create a new branch (with git branch), you want to make sure to check it out (with git checkout) if you're going to use it

NL Omdat je een branch aanmaakt om aan iets nieuws te werken, moet je elke keer dat je een nieuwe branch aanmaakt (met git branch) deze uitchecken (met git checkout) voordat je die gaat gebruiken

Engleski Nizozemski
branch branch
git git
checkout checkout
to om
work werken
use gebruiken
because omdat
with met
if moet
every elke
sure dat
out te
something iets
want je

EN Notice the On branch future-plans line? If you entered git status previously, the line was on branch main because you only had the one main branch

NL Zie je de regel On branch future-plans? Als je eerder git status hebt ingevoerd, stond de regel op branch main omdat je maar één main branch had

Engleski Nizozemski
branch branch
entered ingevoerd
git git
status status
main main
the de
previously eerder
on on
because omdat
if als

EN Before she starts writing any code, Mary needs to create a new branch for the feature. This branch is what she will use as the source branch of the pull request.

NL Voordat ze code begint te schrijven, moet Mary een nieuwe branch aanmaken voor de functie. Deze branch zal ze gebruiken als bron-branch van de pull-aanvraag.

Engleski Nizozemski
starts begint
branch branch
mary mary
code code
request aanvraag
feature functie
use gebruiken
the de
to create aanmaken
as als
will zal
needs moet
she ze
writing schrijven
of van

EN Site Audit automatically groups issues by type and pulls printable reports – all fully visualized with colored charts.

NL Site Audit groepeert issues automatisch op type en haalt printbare rapportages op – allemaal volledig gevisualiseerd met gekleurde grafieken.

EN The SSAT rating links to the person and ticket rated, and an external script pulls the ratings and drops them into CSV files each week for managers to review.

NL De SSAT-beoordeling is gekoppeld aan de beoordeelde persoon en het beoordeelde ticket, en een extern script haalt de beoordelingen op en zet deze wekelijks om in een csv-bestand, zodat managers ze kunnen bekijken.

Engleski Nizozemski
ticket ticket
rated beoordeelde
external extern
script script
files bestand
week wekelijks
managers managers
the de
csv csv
to zodat
rating beoordeling
ratings beoordelingen
and en
for zet
into in
person persoon

EN Instead of having to click a link to get to the next set of posts, infinite scrolling pulls the next posts automatically into view when the reader approaches the bottom of the page.

NL In plaats van op een link te moeten klikken om naar de volgende reeks berichten te gaan, zorgt Oneindig scrollen ervoor dat de volgende berichten automatisch worden weergegeven wanneer de lezer de onderkant van de site bereikt.

Engleski Nizozemski
instead in plaats van
posts berichten
infinite oneindig
scrolling scrollen
automatically automatisch
reader lezer
page van de
the de
to om
link link
when wanneer
click klikken
into in
of van
a volgende

EN PowerSPF is your automated SPF flattening solution that pulls through your SPF record to generate a single include statement

NL PowerSPF is uw geautomatiseerde SPF flattening oplossing die uw SPF record doorzoekt om een enkele include verklaring te genereren

Engleski Nizozemski
automated geautomatiseerde
spf spf
solution oplossing
record record
statement verklaring
is is
to om
generate genereren
your uw
through te
that die
a een

EN Citrix Analytics for Performance pulls data from Citrix Virtual Apps and Desktops and other sources to create unique user experience scores

NL Citrix Analytics for Performance gebruikt data van Citrix Virtual Apps and Desktops en andere bronnen om de gebruikerservaring uit te drukken in een unieke score

Engleski Nizozemski
citrix citrix
performance performance
virtual virtual
apps apps
user gebruikt
user experience gebruikerservaring
analytics analytics
data data
sources bronnen
to om
scores een
other andere
from uit

EN The little steam locomotive huffs and puffs as its pulls its red scenic carriages from Lake Brienz up the Brienzer Rothorn in around one hour

NL In ongeveer een uur tijd stampt, sist en puft de kleine stoomlocomotief met de rode panoramawagons vanaf het Meer van Brienz omhoog naar de Brienzer Rothorn

Engleski Nizozemski
brienz brienz
the de
in in
hour uur
up omhoog
little een
from vanaf
and en
as tijd
red rode

EN The magnetic hooks reveal their full adhesive force when attached to the underside of thick steel beams and the load pulls vertically downward

NL Hun volledige houdkracht ontwikkelen de magneethaken aan de onderzijde van dikke staaldragers, waar ze loodrecht omlaag worden belast

Engleski Nizozemski
full volledige
underside onderzijde
thick dikke
the de
their hun
to aan
of van

EN G Pen - Pro Vaporizer: Discreet, Smooth Pulls while on the Move.

NL G Pen - Pro Vaporizer: discrete, zachte trekken als je onderweg bent

Engleski Nizozemski
g g
pen pen
vaporizer vaporizer
smooth zachte
pro pro
while onderweg

EN As the world slowly pulls out (hopefully) of the Covid-19 crisis, there have been significant increases in commodity prices, especially within the energy sector

NL Terwijl de wereld zich langzaam (hopelijk) van de Covid-19-crisis herstelt, zijn de grondstofprijzen aanzienlijk gestegen, vooral in de energiesector

Engleski Nizozemski
slowly langzaam
hopefully hopelijk
crisis crisis
significant aanzienlijk
in in
the de
especially vooral
as terwijl
world wereld

EN 35x more hygienic than nylon bristles, hypoallergenic and free of BPA and phthalates, LUNA™’s quick-drying and non-porous silicone prevents bacteria build up and never pulls or stretches the skin.

NL 35x hygiënischer dan nylonharen, hypoallergeen en vrij van BPA en ftalaten, LUNA ™'s sneldrogende en niet-poreuze siliconen voorkomen dat bacteriën zich ophopen en trekken nooit aan de huid.

EN Anything a user clicks, inputs, edits, or pulls up on a website is possible

NL Alles wat een gebruiker klikt, ingangen, bewerkingen, of trekt op een website is mogelijk

Engleski Nizozemski
user gebruiker
clicks klikt
edits bewerkingen
on op
website website
possible mogelijk
or of
is is
a een
inputs ingangen

EN The engine. A PSU pulls, conditions, and sends power to your components.

NL De motor. Een PSU verschaft, conditioneert en levert stroom aan je componenten.

Engleski Nizozemski
engine motor
power stroom
components componenten
your je
the de
and en
a een
to aan

EN Databox is a business analytics platform that pulls all of your data into one place so you can track performance and discover insights.

NL Databox is een platform voor bedrijfsanalyse dat al je gegevens op één plaats verzamelt zodat je de prestaties kunt volgen en inzichten kunt ontdekken.

Engleski Nizozemski
platform platform
place plaats
track volgen
discover ontdekken
is is
your je
data gegevens
insights inzichten
so zodat
performance prestaties
that dat
a een
and en
you can kunt

EN Rock n' cosy! That’s what this super soft ecru fleece biker-style cardigan pulls off.Original RRP in 2021 (£ rates: RRP for Great Britain in 2021)

NL Rock n' cosy! Opzet geslaagd voor dit vest in bikerstijl, in superzachte, ecru fleece. Adviesprijs in 2021

Engleski Nizozemski
n n
ecru ecru
rrp adviesprijs
rock rock
in in
this dit
for voor

EN Pulls from the narrative of the brand’s story, highlighting what makes it distinctly different

NL Trekt uit het verhaal van het verhaal van het merk en benadrukt wat het duidelijk anders maakt

Engleski Nizozemski
brands merk
story verhaal
it en
what wat
different van
the anders
from uit

EN The lamp head and arm of the Tolomeo Micro Wall Lamp by Artemide can be adjusted to suit your needs by using the adjustable joints with cable pulls

NL De lampkop en arm van de Tolomeo Micro Wandlamp van Artemide kunnen naar wens worden aangepast door gebruik te maken van de verstelbare scharnieren met kabeltrekkers

Engleski Nizozemski
arm arm
tolomeo tolomeo
micro micro
artemide artemide
adjustable verstelbare
needs wens
the de
adjusted aangepast
using te
and en
be worden
with met
of van
by door

EN Use Portfolio Manager through our web app or use our API. You can build an integration that pulls data and insights directly into your processes.

NL U kunt de Portfolio Manager gebruiken via onze web-app of gebruik maken van onze API. U kunt een integratie opstellen die gegevens en inzichten rechtstreeks in uw processen verwerkt.

Engleski Nizozemski
portfolio portfolio
manager manager
web web
integration integratie
directly rechtstreeks
app app
or of
api api
data gegevens
insights inzichten
processes processen
that die
and en
you can kunt
use gebruiken
through via
our in
you u

EN The little steam locomotive huffs and puffs as its pulls its red scenic carriages from Lake Brienz up the Brienzer Rothorn in around one hour

NL In ongeveer een uur tijd stampt, sist en puft de kleine stoomlocomotief met de rode panoramawagons vanaf het Meer van Brienz omhoog naar de Brienzer Rothorn

Engleski Nizozemski
brienz brienz
the de
in in
hour uur
up omhoog
little een
from vanaf
and en
as tijd
red rode

EN In the moment, it can be easy to justify these internal pulls — “This email is too important to wait,” or “It took less than a minute to check my Twitter; it isn’t a real distraction.”

NL Op het moment zelf kan het gemakkelijk zijn om deze interne afleidingen goed te praten: “deze e-mail is te belangrijk om te laten wachten” of “het duurde minder dan een minuut om mijn Twitter te checken; dat is geen echte afleiding”.

EN When you look back on Steve Jobs' presentations, any of them, you notice that he pulls you straight into his story

NL Als je kijkt naar de presentaties van Steve Jobs, welke dan ook, merk je dat hij je gelijk in zijn verhaal trekt

EN Make your changes locally and then add, commit, and push your changes to the  branch:git add . git commit -m "adding a change from the feature branch" git push origin

NL Breng je wijzigingen lokaal aan en voeg ze vervolgens toe, maak commits en push ze naar de branch:git add. git commit -m "een wijziging toevoegen uit de functie-branch" git push origin

Engleski Nizozemski
locally lokaal
branch branch
git git
feature functie
origin origin
your je
changes wijzigingen
the de
to toe
change wijziging
then vervolgens
a een
from uit
and en

EN Close branch: Select if you want to automatically close the branch when the pull request is merged.

NL Branch sluiten: selecteer of je de branch automatisch wil sluiten wanneer de pull-aanvraag wordt samengevoegd;

Engleski Nizozemski
branch branch
select selecteer
automatically automatisch
request aanvraag
merged samengevoegd
the de
close sluiten
is wordt
want je
when wanneer
want to wil

EN Merge a pull requestAfter your code has been reviewed and approved in a pull request, click the Merge button to merge your branch into the main branch

NL Een pull-aanvraag samenvoegenNadat je code is beoordeeld en goedgekeurd in een pull-aanvraag, klik je op de knop 'Samenvoegen' om je branch samen te voegen in de hoofdbranch

Engleski Nizozemski
code code
reviewed beoordeeld
approved goedgekeurd
request aanvraag
branch branch
merge samenvoegen
your je
in in
click klik
the de
button knop
and en
a een
has is

EN The code changes from the source branch are now fully incorporated into the target branch.

NL De codewijzigingen van de bronbranch zijn nu volledig opgenomen in de doelbranch.

Engleski Nizozemski
fully volledig
incorporated opgenomen
now nu
the de
from van
into in

EN The Baton Rouge Room is in the Main Branch of the East Baton Rouge Parish Library and has existed since the dedication of the River Center Branch in 1980

NL De Baton Rouge Room bevindt zich in de Main Branch van de East Baton Rouge Parish Library en bestaat sinds de inzet van de River Center Branch in 1980

Engleski Nizozemski
main main
branch branch
library library
dedication inzet
center center
river river
in in
the de
is bestaat
rouge rouge
and en
of van

EN Make your changes locally and then add, commit, and push your changes to the  branch:git add . git commit -m "adding a change from the feature branch" git push origin

NL Breng je wijzigingen lokaal aan en voeg ze vervolgens toe, maak commits en push ze naar de branch:git add. git commit -m "een wijziging toevoegen uit de functie-branch" git push origin

Engleski Nizozemski
locally lokaal
branch branch
git git
feature functie
origin origin
your je
changes wijzigingen
the de
to toe
change wijziging
then vervolgens
a een
from uit
and en

EN Close branch: Select if you want to automatically close the branch when the pull request is merged.

NL Branch sluiten: selecteer of je de branch automatisch wil sluiten wanneer de pull-aanvraag wordt samengevoegd;

Engleski Nizozemski
branch branch
select selecteer
automatically automatisch
request aanvraag
merged samengevoegd
the de
close sluiten
is wordt
want je
when wanneer
want to wil

EN Merge a pull requestAfter your code has been reviewed and approved in a pull request, click the Merge button to merge your branch into the main branch

NL Een pull-aanvraag samenvoegenNadat je code is beoordeeld en goedgekeurd in een pull-aanvraag, klik je op de knop 'Samenvoegen' om je branch samen te voegen in de hoofdbranch

Engleski Nizozemski
code code
reviewed beoordeeld
approved goedgekeurd
request aanvraag
branch branch
merge samenvoegen
your je
in in
click klik
the de
button knop
and en
a een
has is

EN The code changes from the source branch are now fully incorporated into the target branch.

NL De codewijzigingen van de bronbranch zijn nu volledig opgenomen in de doelbranch.

Engleski Nizozemski
fully volledig
incorporated opgenomen
now nu
the de
from van
into in

EN The Court confirmed that in such cases, the head office is to be considered as a separate taxable person from its branch, situated in another member state, when supplying services to that branch

NL Het Hof heeft bevestigd dat de maatschappelijke zetel, in dergelijke gevallen, als een onderscheiden belastingplichtige van zijn filiaal moet worden beschouwd wanneer hij diensten aan dat laatste verstrekt

Engleski Nizozemski
court hof
confirmed bevestigd
considered beschouwd
services diensten
in in
cases gevallen
the de
be worden
as als
another van
state zijn
when wanneer

EN Consequently, the services between the head office and the branch fall within the scope of VAT and must be subject to the reverse charge in the country where the branch is established.

NL Bijgevolg vallen de diensten tussen de maatschappelijke zetel en het filiaal binnen de werkingssfeer van de btw en moeten ze worden onderworpen aan de verlegging naar het land waar het filiaal gevestigd is.

Engleski Nizozemski
consequently bijgevolg
fall vallen
vat btw
country land
established gevestigd
is is
the de
services diensten
be worden
where waar
and en

Prikazuje se 50 od 50 prijevoda