{Ssearch} wergerîne Îngilîzî

{Endresult} ji 50 wergerên peyva "specifieke branch opgeven" ji Holandî bo Îngilîzî têne nîşandan

Wergera Holandî bo Îngilîzî ya {lêgerîn}

Holandî
Îngilîzî

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.

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.

Holandî Îngilîzî
branch branch
klonen clone
externe remote
daarnaast in addition
effect effect
tag tag
in plaats van instead

NL Dit betekent dat je vier soorten informatie moet opgeven om een pull-aanvraag in te dienen: de bron-repository, de bron-branch, de doel-repository en de doel-branch.

EN This means that you need to provide 4 pieces of information to file a pull request: the source repository, the source branch, the destination repository, and the destination branch.

Holandî Îngilîzî
je you
aanvraag request
bron source
repository repository
branch branch

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

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

Holandî Îngilîzî
branch branch
aanmaken create
git git
opdracht command

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

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

Holandî Îngilîzî
branches branches
repository repository
standaard default
branch branch
git git

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

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

Holandî Îngilîzî
branch branch
aanmaken create
git git
opdracht command

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

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

Holandî Îngilîzî
branches branches
repository repository
standaard default
branch branch
git git

NL De eerste stap is het aanvullen van de standaard main-branch met een develop-branch. Een eenvoudige manier om dit te doen, is als volgt. Eén ontwikkelaar maakt lokaal een lege develop-branch en pusht deze naar de server:

EN The first step is to complement the default main with a develop branch. A simple way to do this is for one developer to create an empty develop branch locally and push it to the server:

Holandî Îngilîzî
stap step
aanvullen complement
standaard default
manier way
ontwikkelaar developer
lokaal locally
server server
main main
branch branch

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

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

Holandî Îngilîzî
branch branch
aanmaken create
git git
opdracht command

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

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

Holandî Îngilîzî
branches branches
repository repository
standaard default
branch branch
main main
git git

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.

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.

Holandî Îngilîzî
begint starts
mary mary
branch branch
functie feature
aanvraag request

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

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

Holandî Îngilîzî
main main
branch branch
library library
inzet dedication
river river
center center
rouge rouge

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

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

Holandî Îngilîzî
standaard default
branch branch
naam named
actieve active
git git
repository repository

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

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

Holandî Îngilîzî
lokaal locally
branch branch
git git
origin origin
je your
functie feature

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

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

Holandî Îngilîzî
branch branch
selecteer select
je you
automatisch automatically
wil want
samengevoegd merged
aanvraag request

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

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

Holandî Îngilîzî
standaard default
branch branch
naam named
actieve active
git git
repository repository

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

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

Holandî Îngilîzî
lokaal locally
branch branch
git git
origin origin
je your
functie feature

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

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

Holandî Îngilîzî
branch branch
selecteer select
je you
automatisch automatically
wil want
samengevoegd merged
aanvraag request

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

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

Holandî Îngilîzî
branch branch
dient serves
voor for
functies features
main main

NL Deze branch zal de volledige geschiedenis van het project bevatten; main bevat op zijn beurt een verkorte versie. Andere ontwikkelaars moeten nu de centrale repository klonen en een tracking-branch aanmaken voor develop.

EN This branch will contain the complete history of the project, whereas main will contain an abridged version. Other developers should now clone the central repository and create a tracking branch for develop.

Holandî Îngilîzî
branch branch
geschiedenis history
main main
ontwikkelaars developers
centrale central
repository repository
klonen clone
aanmaken create
tracking tracking

NL Merk op dat functie-branches gecombineerd met de develop-branch voor alle doeleinden de functie-branch-workflow is. De Gitflow-workflow gaat echter verder.

EN Note that feature branches combined with the develop branch is, for all intents and purposes, the Feature Branch Workflow. But, the Gitflow workflow doesn’t stop there.

Holandî Îngilîzî
echter but
functie feature
branches branches
branch branch
workflow workflow

NL Het maken van release-branches is een andere eenvoudige bewerking voor het maken van branches. Net als functie-branches zijn release-branches gebaseerd op de develop-branch. Een nieuwe release-branch kan op de volgende manieren worden gemaakt:

EN Making release branches is another straightforward branching operation. Like feature branches, release branches are based on the develop branch. A new release branch can be created using the following methods.

Holandî Îngilîzî
eenvoudige straightforward
branches branches
als like
manieren methods
release release
branch branch

NL Net als bij het voltooien van een release-branch wordt een hotfix-branch samengevoegd in zowel main als develop.

EN Similar to finishing a release branch, a hotfix branch gets merged into both main and develop.

Holandî Îngilîzî
wordt gets
samengevoegd merged
main main
release release
branch branch

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

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

Holandî Îngilîzî
standaard default
branch branch
naam named
main main
aangemaakt created
actieve active
git git
repository repository

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

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

Holandî Îngilîzî
lokaal locally
branch branch
git git
origin origin
je your
functie feature

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

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

Holandî Îngilîzî
branch branch
selecteer select
je you
automatisch automatically
wil want
samengevoegd merged
aanvraag request

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

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

Holandî Îngilîzî
standaard default
branch branch
naam named
main main
aangemaakt created
actieve active
git git
repository repository

NL Door pull-aanvragen aan de Gitflow-workflow toe te voegen, kunnen ontwikkelaars op een handige plek praten over een release-branch of een onderhouds-branch terwijl ze eraan werken.

EN Adding pull requests to the Gitflow Workflow gives developers a convenient place to talk about a release branch or a maintenance branch while they’re working on it.

Holandî Îngilîzî
voegen adding
ontwikkelaars developers
handige convenient
plek place
of or
eraan on it
werken working
workflow workflow
release release
branch branch

NL Het resulterende formulier stelt Mary's repository automatisch in als bron-repository en vraagt haar om de bron-branch, de doel-repository en de doel-branch op te geven.

EN The resulting form automatically sets Mary’s repository as the source repository, and it asks her to specify the source branch, the destination repository, and the destination branch.

Holandî Îngilîzî
formulier form
mary mary
s s
repository repository
automatisch automatically
vraagt asks
bron source
branch branch

NL Een repository aanmaken Een branch klonen en iets wijzigen in een nieuwe branch Als je de opdrachtregel gebruikt Als je Sourcetree gebruikt Een pull-aanvraag maken en je wijziging samenvoegen

EN Create a repository Clone and make a change on a new branch If you're using command line If you're using Sourcetree Create a pull request to merge your change

NL Ga voor privacy-informatie naar: https://branch.io/policies/#privacy Hier kunt u zich afmelden: https://branch.app.link/optout

EN For privacy information, go to: https://branch.io/policies/#privacy To opt-out, visit: https://branch.app.link/optout

NL Je kan je klanten de mogelijkheid geven opmerkingen te schrijven en ze de verschillende opties laten opgeven wanneer ze betalen voor artikelen op je e-commerce website.

EN You can let your customers write comments and specify options when they pay for items on your ecommerce website.

Holandî Îngilîzî
klanten customers
laten let
wanneer when
artikelen items
e-commerce ecommerce
website website

NL We werken samen met vooraanstaande investeerders, aanjagers en technologiepartners om start-ups op weg te helpen. Start-ups die zich via onze partners opgeven, profiteren van exclusieve Zendesk-voordelen.

EN We work with world-class investors, accelerators and technology partners to set up their startups for success. Startups which sign up through our partners unlock exclusive Zendesk benefits.

Holandî Îngilîzî
investeerders investors
start-ups startups
partners partners
exclusieve exclusive
voordelen benefits

NL Zo niet, dan kunnen ze zich hier opgeven voor ons partnerprogramma.

EN If not, they can apply to our partner programme here.

Holandî Îngilîzî
niet not
hier here
ons our

NL U kunt vervolgens de bestaande contactgegevens gebruiken die u hebt opgegeven voor uw hostwinds-account als de registrantgegevens voor het domein of afzonderlijke contactgegevens voor het domein opgeven.

EN You can then either use the existing contact information you provided for your Hostwinds account as the registrant details for the domain or specify separate contact details for the domain.

Holandî Îngilîzî
bestaande existing
gebruiken use
domein domain
afzonderlijke separate
hostwinds hostwinds
account account

NL Betalende accounts kunnen aliassen opgeven. U doet dit in 'Instellingen > Berichten > Aliassen'.

EN Yes, paid accounts can have aliases. The number of aliases for each subscription can be found in the pricing section. You can manage aliases in 'Settings > Messages > Aliases'.

Holandî Îngilîzî
betalende paid
accounts accounts
aliassen aliases
instellingen settings
gt gt

NL Als je meerdere back-ups in deze map hebt, kies je degene waarvan je Kik-berichten wilt herstellen met behulp van het vervolgkeuzemenu links. Voor gecodeerde iTunes-back-ups moet u uw back-upwachtwoord opgeven.

EN If you have more than one backups in this folder, chose the one you want to recover Kik messages from, using the dropdown left menu. For encrypted iTunes backups, you'll need to provide your backup password.

Holandî Îngilîzî
map folder
vervolgkeuzemenu dropdown
gecodeerde encrypted
kies chose
kik kik
itunes itunes

NL (Als u back-ups op een andere plaats hebt opgeslagen, kunt u die locatie toevoegen door te klikken op "Klik hier om iTunes-back-ups toe te voegen".) Als u gecodeerde iTunes-back-ups hebt, moet u uw back-upwachtwoord opgeven om om ze te lezen.

EN (If you've saved backups in a different place, you can add that location by clicking on "Click here to add iTunes backups".) If you've got encrypted iTunes backups, youll need to provide your backup password in order to read them.

Holandî Îngilîzî
als if
opgeslagen saved
gecodeerde encrypted
itunes itunes

NL Om een abonnement bij ons te kopen, moet u contactgegevens en financiële informatie (zoals creditcardnummer, vervaldatum) opgeven

EN To buy a subscription from us, you must provide contact information and financial information (like credit card number, expiration date)

Holandî Îngilîzî
abonnement subscription
ons us
moet must
u you
contactgegevens contact information
financiële financial
vervaldatum expiration

NL Het is cruciaal om een VPN te kiezen die geen logboeken bijhoudt: zelfs als uw VPN-provider wordt gevraagd of gedagvaard om uw gegevens vrij te geven, zal dit niet werken. Ze kunnen geen informatie opgeven die in de eerste plaats nooit heeft bestaan!

EN It’s crucial to choose a VPN that does not keep any logs: even if your VPN provider is asked or subpoenaed to reveal your records, it will not work. They cannot give up information that never existed in the first place!

Holandî Îngilîzî
cruciaal crucial
vpn vpn
gevraagd asked
werken work
provider provider

NL  Met ons portaal kunt u toegang krijgen tot een beheeromgeving waar u zelf zaken kunt instellen, opgeven en wijzigen.

EN Our portal provides you with access to a management feature where you can personally configure, provide and modify information.

Holandî Îngilîzî
waar where
zaken information

NL Je kunt je eigen Microsoft Windows-licentiesleutel opgeven, Windows rechtstreeks vanuit Parallels Desktop kopen of een bestaande Boot Camp-partitie overzetten waarop Windows al is geïnstalleerd.

EN You can provide your own Microsoft Windows license key, purchase Windows directly from within Parallels Desktop, or transfer an existing Boot Camp partition with Windows already installed.

Holandî Îngilîzî
microsoft microsoft
rechtstreeks directly
desktop desktop
kopen purchase
of or
bestaande existing
overzetten transfer
al already
geïnstalleerd installed

NL Vervolgens moeten we opgeven welk Arduino board we gebruiken. Ga naar het menu ?

EN Next we need to set what type of Arduino board we?re using. From the menu ?

Holandî Îngilîzî
arduino arduino
menu menu

NL Twenty Ten gebruikt een sjabloonstructuur die net even wat anders is om berichten weer te geven, dus moeten we een aangepaste weergavefunctie opgeven voor Oneindig scrollen.

EN Twenty Ten uses a slightly different template structure to render posts, so we need to provide a custom render function to infinite scroll.

Holandî Îngilîzî
gebruikt uses
anders different
berichten posts
oneindig infinite
scrollen scroll

NL Twee geheime vragen en antwoorden opgeven. Ben je jouw password vergeten dan kan je identiteit op basis hiervan worden geverifieerd. Heb je beide vragen correct beantwoord dan kan je het password opnieuw instellen.

EN State two secret questions and answers. You can reset your password after correctly answering both questions.

Holandî Îngilîzî
antwoorden answers
password password
correct correctly
opnieuw instellen reset

NL Hiervoor moet de betrokken persoon toegang hebben tot de link www.google.com/settings/ads van elke internetbrowser die ze gebruiken en de gewenste instellingen daar opgeven

EN The data subject must access www.google.de/settings/ads on each of his Internet browsers, and adjust the desired settings

Holandî Îngilîzî
persoon subject
toegang access
google google
ads ads
gewenste desired

NL U kunt dus kiezen tussen het opgeven van uw favoriete programma of het risico lopen op wettelijke straffen voor het downloaden van auteursrechtelijke inhoud.

EN You can either give up on your favorite entertainment or risk legal repercussions for downloading copyrighted content.

Holandî Îngilîzî
favoriete favorite
risico risk
downloaden downloading
inhoud content

NL Google heeft gewaarschuwd dat wanneer u hreflang gebruikt, u een canonieke pagina in dezelfde taal moet opgeven of de best mogelijke vervangende taal als er geen canonieke pagina bestaat voor dezelfde taal.

EN Google has warned that when using hreflang, you should specify a canonical page in the same language or the best possible substitute language if no canonical page exists for the same language.

Holandî Îngilîzî
google google
gewaarschuwd warned
hreflang hreflang
canonieke canonical
pagina page
best best
mogelijke possible

NL Vooral als het gaat om online winkelen, waarbij u uw betalingsgegevens moet opgeven, zich moet aanmelden met uw postcode, etc., kan het soms ongemakkelijk voelen en willen gebruikers zich gerustgesteld voelen dat ze hun informatie veilig delen.

EN Especially when it comes to online shopping, where you have to give your payment details, sign up with your postal code, etc., it can feel uneasy sometimes and users like to feel reassured that they are sharing their information safely.

Holandî Îngilîzî
vooral especially
online online
winkelen shopping
etc etc
soms sometimes
veilig safely
delen sharing

NL Om te profiteren van uw speciaal overeengekomen tarieven moet u tijdens het boeken uw klantcode (zoals SC, SCP, AS of IA) en uw toegangscode opgeven:

EN To benefit from your negotiated rates, enter your customer code (SC, SCP, AS, IA, etc.) and access code when booking:

Holandî Îngilîzî
overeengekomen negotiated
tarieven rates
boeken booking

NL Bent u houder van een Business Plus-kaart en wilt u profiteren van de kortingen en aanbiedingen, dan moet u tijdens het boeken het kaartnummer opgeven en moet u de kaart laten zien bij de receptie van het hotel bij aankomst.

EN To enjoy the Business Plus card’s benefits and discounts, the cardholder must specify their card number when making a booking and present it at the hotel’s check-in desk on arrival.

Holandî Îngilîzî
business business
profiteren enjoy
moet must
boeken booking
kaart card
hotel hotel
aankomst arrival
laten zien present

{Endresult} ji 50 wergeran nîşan dide