Traduzir "specifieke branch opgeven" para inglês

Mostrando 50 de 50 traduções da frase "specifieke branch opgeven" de holandês para inglês

Tradução de holandês para inglês de specifieke branch opgeven

holandês
inglês

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êsinglês
branchbranch
klonenclone
externeremote
daarnaastin addition
effecteffect
tagtag
in plaats vaninstead

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êsinglês
jeyou
aanvraagrequest
bronsource
repositoryrepository
branchbranch

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

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

holandêsinglês
branchbranch
aanmakencreate
gitgit
opdrachtcommand

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êsinglês
branchesbranches
repositoryrepository
standaarddefault
branchbranch
gitgit

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

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

holandêsinglês
branchbranch
aanmakencreate
gitgit
opdrachtcommand

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êsinglês
branchesbranches
repositoryrepository
standaarddefault
branchbranch
gitgit

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êsinglês
stapstep
aanvullencomplement
standaarddefault
manierway
ontwikkelaardeveloper
lokaallocally
serverserver
mainmain
branchbranch

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

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

holandêsinglês
branchbranch
aanmakencreate
gitgit
opdrachtcommand

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êsinglês
branchesbranches
repositoryrepository
standaarddefault
branchbranch
mainmain
gitgit

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êsinglês
begintstarts
marymary
branchbranch
functiefeature
aanvraagrequest

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êsinglês
mainmain
branchbranch
librarylibrary
inzetdedication
riverriver
centercenter
rougerouge

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êsinglês
standaarddefault
branchbranch
naamnamed
actieveactive
gitgit
repositoryrepository

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êsinglês
lokaallocally
branchbranch
gitgit
originorigin
jeyour
functiefeature

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êsinglês
branchbranch
selecteerselect
jeyou
automatischautomatically
wilwant
samengevoegdmerged
aanvraagrequest

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êsinglês
standaarddefault
branchbranch
naamnamed
actieveactive
gitgit
repositoryrepository

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êsinglês
lokaallocally
branchbranch
gitgit
originorigin
jeyour
functiefeature

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êsinglês
branchbranch
selecteerselect
jeyou
automatischautomatically
wilwant
samengevoegdmerged
aanvraagrequest

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êsinglês
branchbranch
dientserves
voorfor
functiesfeatures
mainmain

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êsinglês
branchbranch
geschiedenishistory
mainmain
ontwikkelaarsdevelopers
centralecentral
repositoryrepository
klonenclone
aanmakencreate
trackingtracking

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êsinglês
echterbut
functiefeature
branchesbranches
branchbranch
workflowworkflow

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êsinglês
eenvoudigestraightforward
branchesbranches
alslike
manierenmethods
releaserelease
branchbranch

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êsinglês
wordtgets
samengevoegdmerged
mainmain
releaserelease
branchbranch

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êsinglês
standaarddefault
branchbranch
naamnamed
mainmain
aangemaaktcreated
actieveactive
gitgit
repositoryrepository

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êsinglês
lokaallocally
branchbranch
gitgit
originorigin
jeyour
functiefeature

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êsinglês
branchbranch
selecteerselect
jeyou
automatischautomatically
wilwant
samengevoegdmerged
aanvraagrequest

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êsinglês
standaarddefault
branchbranch
naamnamed
mainmain
aangemaaktcreated
actieveactive
gitgit
repositoryrepository

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êsinglês
voegenadding
ontwikkelaarsdevelopers
handigeconvenient
plekplace
ofor
eraanon it
werkenworking
workflowworkflow
releaserelease
branchbranch

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êsinglês
formulierform
marymary
ss
repositoryrepository
automatischautomatically
vraagtasks
bronsource
branchbranch

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êsinglês
klantencustomers
latenlet
wanneerwhen
artikelenitems
e-commerceecommerce
websitewebsite

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êsinglês
investeerdersinvestors
start-upsstartups
partnerspartners
exclusieveexclusive
voordelenbenefits

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

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

holandêsinglês
nietnot
hierhere
onsour

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êsinglês
bestaandeexisting
gebruikenuse
domeindomain
afzonderlijkeseparate
hostwindshostwinds
accountaccount

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êsinglês
betalendepaid
accountsaccounts
aliassenaliases
instellingensettings
gtgt

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êsinglês
mapfolder
vervolgkeuzemenudropdown
gecodeerdeencrypted
kieschose
kikkik
itunesitunes

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êsinglês
alsif
opgeslagensaved
gecodeerdeencrypted
itunesitunes

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êsinglês
abonnementsubscription
onsus
moetmust
uyou
contactgegevenscontact information
financiëlefinancial
vervaldatumexpiration

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êsinglês
cruciaalcrucial
vpnvpn
gevraagdasked
werkenwork
providerprovider

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êsinglês
waarwhere
zakeninformation

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êsinglês
microsoftmicrosoft
rechtstreeksdirectly
desktopdesktop
kopenpurchase
ofor
bestaandeexisting
overzettentransfer
alalready
geïnstalleerdinstalled

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êsinglês
arduinoarduino
menumenu

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êsinglês
gebruiktuses
andersdifferent
berichtenposts
oneindiginfinite
scrollenscroll

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êsinglês
antwoordenanswers
passwordpassword
correctcorrectly
opnieuw instellenreset

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êsinglês
persoonsubject
toegangaccess
googlegoogle
adsads
gewenstedesired

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êsinglês
favorietefavorite
risicorisk
downloadendownloading
inhoudcontent

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êsinglês
googlegoogle
gewaarschuwdwarned
hreflanghreflang
canoniekecanonical
paginapage
bestbest
mogelijkepossible

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êsinglês
vooralespecially
onlineonline
winkelenshopping
etcetc
somssometimes
veiligsafely
delensharing

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êsinglês
overeengekomennegotiated
tarievenrates
boekenbooking

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êsinglês
businessbusiness
profiterenenjoy
moetmust
boekenbooking
kaartcard
hotelhotel
aankomstarrival
laten zienpresent

Mostrando 50 de 50 traduções