Cyfieithwch "feature branch flow" i Iseldireg

Yn dangos 50 o gyfieithiadau 50 o'r ymadrodd "feature branch flow" o Saesneg i Iseldireg

Cyfieithiad o Saesneg i Iseldireg o feature branch flow

Saesneg
Iseldireg

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.

Saesneg Iseldireg
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 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.

Saesneg Iseldireg
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 A complete example demonstrating a Feature Branch Flow is as follows. Assuming we have a repo setup with a main branch.

NL Hieronder volgt een compleet voorbeeld dat een proces voor functie-branches laat zien. Er wordt vanuit gegaan dat we een repo-opstelling hebben met een main-branch.

Saesneg Iseldireg
branch branch
follows volgt
main main
feature functie
we we
is wordt
complete compleet
have hebben
with met
example een

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.

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.

Saesneg Iseldireg
feature functie
branches branches
branch branch
workflow workflow
is is
the de
that dat
combined met
with op
but
for doeleinden

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

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

Saesneg Iseldireg
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.

Saesneg Iseldireg
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

Saesneg Iseldireg
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.

Saesneg Iseldireg
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

Saesneg Iseldireg
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

Saesneg Iseldireg
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.

Saesneg Iseldireg
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

Saesneg Iseldireg
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

Saesneg Iseldireg
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

Saesneg Iseldireg
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.

Saesneg Iseldireg
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

Saesneg Iseldireg
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

Saesneg Iseldireg
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.

Saesneg Iseldireg
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

Saesneg Iseldireg
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

Saesneg Iseldireg
branch branch
entered ingevoerd
git git
status status
main main
the de
previously eerder
on on
because omdat
if als

EN When using the git-flow extension library, executing git flow init on an existing repo will create the develop branch:

NL Wanneer je de 'git-flow'-extensiebibliotheek gebruikt, zal het uitvoeren van git flow init op een bestaande repo de develop-branch aanmaken:

Saesneg Iseldireg
git git
flow flow
existing bestaande
branch branch
on op
the de
when wanneer
will zal
executing het uitvoeren van
an een
create aanmaken

EN Ideally a site would have a high Citation and Trust Flow, usually you will have a slightly higher Citation Flow than Trust Flow

NL Een site heeft bij voorkeur een hoge Citation en Trust Flow, meestal is de Citation Flow iets hoger dan de Trust Flow

Saesneg Iseldireg
site site
trust trust
high hoge
usually meestal
flow flow
higher hoger
and en

EN Together the Citation Flow and Trust Flow form the Majestic Flow Metric algorithm.

NL Tezamen vormen de Citation Flow en Trust Flow het algoritme van de Flow Metric van Majestic.

Saesneg Iseldireg
flow flow
trust trust
algorithm algoritme
the de
form vormen
and en
together het

EN Majestic SEO, Majestic-12, Majestic, Flow Metric, Citation Flow and Trust Flow are trade marks of Majestic-12 Ltd.

NL Majestic SEO, Majestic-12, Majestic, Flow Metric, Citation Flow en Trust Flow zijn handelsmerken van Majestic-12 Ltd.

Saesneg Iseldireg
seo seo
trust trust
marks handelsmerken
ltd ltd
flow flow
and en
of van
are zijn

EN As you can imagine, with this simple null modem cable no hardware flow control can be implemented. The only way to perform flow control is with software flow control using the XOFF and XON characters.

NL Zoals nu waarschijnlijk wel duidelijk is kan met deze eenvoudige nulmodem kabel geen hardware flow control worden gebruikt. De enige manier om flow control te realiseren is door software flow control met XOFF en XON karakters toe te passen.

Saesneg Iseldireg
cable kabel
xoff xoff
xon xon
characters karakters
hardware hardware
control control
way manier
is is
software software
the de
flow flow
as zoals
can kan
simple eenvoudige
be worden
to om
this deze
no geen
and en
with met

EN  This last one reflects the quality of your website, according to the ?trustworthiness? of the sites and URLs pointing back to you. Citation Flow and Trust Flow together form the Majestic?s Flow Metrics algorithm. Finally, the 

NL Dit laatste weerspiegelt de kwaliteit van uw website, volgens de "betrouwbaarheid" van de sites en URL's die naar u terugverwijzen. Citation Flow en Trust Flow vormen samen het Flow Metrics algoritme van Majestic. Tot slot, de

Saesneg Iseldireg
reflects weerspiegelt
flow flow
metrics metrics
algorithm algoritme
last laatste
trust trust
the de
form vormen
quality kwaliteit
website website
to samen
this dit
sites sites
and en
of volgens
you u
together het
finally tot

EN Ideally a site would have a high Citation and Trust Flow, usually you will have a slightly higher Citation Flow than Trust Flow

NL Een site heeft bij voorkeur een hoge Citation en Trust Flow, meestal is de Citation Flow iets hoger dan de Trust Flow

Saesneg Iseldireg
site site
trust trust
high hoge
usually meestal
flow flow
higher hoger
and en

EN Together the Citation Flow and Trust Flow form the Majestic Flow Metric algorithm.

NL Tezamen vormen de Citation Flow en Trust Flow het algoritme van de Flow Metric van Majestic.

Saesneg Iseldireg
flow flow
trust trust
algorithm algoritme
the de
form vormen
and en
together het

EN Majestic SEO, Majestic-12, Majestic, Flow Metric, Citation Flow and Trust Flow are trade marks of Majestic-12 Ltd.

NL Majestic SEO, Majestic-12, Majestic, Flow Metric, Citation Flow en Trust Flow zijn handelsmerken van Majestic-12 Ltd.

Saesneg Iseldireg
seo seo
trust trust
marks handelsmerken
ltd ltd
flow flow
and en
of van
are zijn

EN As you can imagine, with this simple null modem cable no hardware flow control can be implemented. The only way to perform flow control is with software flow control using the XOFF and XON characters.

NL Zoals nu waarschijnlijk wel duidelijk is kan met deze eenvoudige nulmodem kabel geen hardware flow control worden gebruikt. De enige manier om flow control te realiseren is door software flow control met XOFF en XON karakters toe te passen.

Saesneg Iseldireg
cable kabel
xoff xoff
xon xon
characters karakters
hardware hardware
control control
way manier
is is
software software
the de
flow flow
as zoals
can kan
simple eenvoudige
be worden
to om
this deze
no geen
and en
with met

EN Ideally a site would have a high Citation and Trust Flow, usually you will have a slightly higher Citation Flow than Trust Flow

NL Een site heeft bij voorkeur een hoge Citation en Trust Flow, meestal is de Citation Flow iets hoger dan de Trust Flow

Saesneg Iseldireg
site site
trust trust
high hoge
usually meestal
flow flow
higher hoger
and en

EN Ideally a site would have a high Citation and Trust Flow, usually you will have a slightly higher Citation Flow than Trust Flow

NL Een site heeft bij voorkeur een hoge Citation en Trust Flow, meestal is de Citation Flow iets hoger dan de Trust Flow

Saesneg Iseldireg
site site
trust trust
high hoge
usually meestal
flow flow
higher hoger
and en

EN Ideally a site would have a high Citation and Trust Flow, usually you will have a slightly higher Citation Flow than Trust Flow

NL Een site heeft bij voorkeur een hoge Citation en Trust Flow, meestal is de Citation Flow iets hoger dan de Trust Flow

Saesneg Iseldireg
site site
trust trust
high hoge
usually meestal
flow flow
higher hoger
and en

EN Ideally a site would have a high Citation and Trust Flow, usually you will have a slightly higher Citation Flow than Trust Flow

NL Een site heeft bij voorkeur een hoge Citation en Trust Flow, meestal is de Citation Flow iets hoger dan de Trust Flow

Saesneg Iseldireg
site site
trust trust
high hoge
usually meestal
flow flow
higher hoger
and en

EN Ideally a site would have a high Citation and Trust Flow, usually you will have a slightly higher Citation Flow than Trust Flow

NL Een site heeft bij voorkeur een hoge Citation en Trust Flow, meestal is de Citation Flow iets hoger dan de Trust Flow

Saesneg Iseldireg
site site
trust trust
high hoge
usually meestal
flow flow
higher hoger
and en

EN Ideally a site would have a high Citation and Trust Flow, usually you will have a slightly higher Citation Flow than Trust Flow

NL Een site heeft bij voorkeur een hoge Citation en Trust Flow, meestal is de Citation Flow iets hoger dan de Trust Flow

Saesneg Iseldireg
site site
trust trust
high hoge
usually meestal
flow flow
higher hoger
and en

EN Ideally a site would have a high Citation and Trust Flow, usually you will have a slightly higher Citation Flow than Trust Flow

NL Een site heeft bij voorkeur een hoge Citation en Trust Flow, meestal is de Citation Flow iets hoger dan de Trust Flow

Saesneg Iseldireg
site site
trust trust
high hoge
usually meestal
flow flow
higher hoger
and en

EN Ideally a site would have a high Citation and Trust Flow, usually you will have a slightly higher Citation Flow than Trust Flow

NL Een site heeft bij voorkeur een hoge Citation en Trust Flow, meestal is de Citation Flow iets hoger dan de Trust Flow

Saesneg Iseldireg
site site
trust trust
high hoge
usually meestal
flow flow
higher hoger
and en

EN Ideally a site would have a high Citation and Trust Flow, usually you will have a slightly higher Citation Flow than Trust Flow

NL Een site heeft bij voorkeur een hoge Citation en Trust Flow, meestal is de Citation Flow iets hoger dan de Trust Flow

Saesneg Iseldireg
site site
trust trust
high hoge
usually meestal
flow flow
higher hoger
and en

EN Majestic SEO, Majestic-12, Majestic, Flow Metric, Citation Flow and Trust Flow are trade marks of Majestic-12 Ltd.

NL Majestic SEO, Majestic-12, Majestic, Flow Metric, Citation Flow en Trust Flow zijn handelsmerken van Majestic-12 Ltd.

Saesneg Iseldireg
seo seo
trust trust
marks handelsmerken
ltd ltd
flow flow
and en
of van
are zijn

EN Majestic SEO, Majestic-12, Majestic, Flow Metric, Citation Flow and Trust Flow are trade marks of Majestic-12 Ltd.

NL Majestic SEO, Majestic-12, Majestic, Flow Metric, Citation Flow en Trust Flow zijn handelsmerken van Majestic-12 Ltd.

Saesneg Iseldireg
seo seo
trust trust
marks handelsmerken
ltd ltd
flow flow
and en
of van
are zijn

EN Majestic SEO, Majestic-12, Majestic, Flow Metric, Citation Flow and Trust Flow are trade marks of Majestic-12 Ltd.

NL Majestic SEO, Majestic-12, Majestic, Flow Metric, Citation Flow en Trust Flow zijn handelsmerken van Majestic-12 Ltd.

Saesneg Iseldireg
seo seo
trust trust
marks handelsmerken
ltd ltd
flow flow
and en
of van
are zijn

EN Majestic SEO, Majestic-12, Majestic, Flow Metric, Citation Flow and Trust Flow are trade marks of Majestic-12 Ltd.

NL Majestic SEO, Majestic-12, Majestic, Flow Metric, Citation Flow en Trust Flow zijn handelsmerken van Majestic-12 Ltd.

Saesneg Iseldireg
seo seo
trust trust
marks handelsmerken
ltd ltd
flow flow
and en
of van
are zijn

EN Majestic SEO, Majestic-12, Majestic, Flow Metric, Citation Flow and Trust Flow are trade marks of Majestic-12 Ltd.

NL Majestic SEO, Majestic-12, Majestic, Flow Metric, Citation Flow en Trust Flow zijn handelsmerken van Majestic-12 Ltd.

Saesneg Iseldireg
seo seo
trust trust
marks handelsmerken
ltd ltd
flow flow
and en
of van
are zijn

EN Majestic SEO, Majestic-12, Majestic, Flow Metric, Citation Flow and Trust Flow are trade marks of Majestic-12 Ltd.

NL Majestic SEO, Majestic-12, Majestic, Flow Metric, Citation Flow en Trust Flow zijn handelsmerken van Majestic-12 Ltd.

Saesneg Iseldireg
seo seo
trust trust
marks handelsmerken
ltd ltd
flow flow
and en
of van
are zijn

EN Majestic SEO, Majestic-12, Majestic, Flow Metric, Citation Flow and Trust Flow are trade marks of Majestic-12 Ltd.

NL Majestic SEO, Majestic-12, Majestic, Flow Metric, Citation Flow en Trust Flow zijn handelsmerken van Majestic-12 Ltd.

Saesneg Iseldireg
seo seo
trust trust
marks handelsmerken
ltd ltd
flow flow
and en
of van
are zijn

EN Majestic SEO, Majestic-12, Majestic, Flow Metric, Citation Flow and Trust Flow are trade marks of Majestic-12 Ltd.

NL Majestic SEO, Majestic-12, Majestic, Flow Metric, Citation Flow en Trust Flow zijn handelsmerken van Majestic-12 Ltd.

Saesneg Iseldireg
seo seo
trust trust
marks handelsmerken
ltd ltd
flow flow
and en
of van
are zijn

EN Majestic SEO, Majestic-12, Majestic, Flow Metric, Citation Flow and Trust Flow are trade marks of Majestic-12 Ltd.

NL Majestic SEO, Majestic-12, Majestic, Flow Metric, Citation Flow en Trust Flow zijn handelsmerken van Majestic-12 Ltd.

Saesneg Iseldireg
seo seo
trust trust
marks handelsmerken
ltd ltd
flow flow
and en
of van
are zijn

EN Together the Citation Flow and Trust Flow form the Majestic Flow Metric algorithm.

NL Tezamen vormen de Citation Flow en Trust Flow het algoritme van de Flow Metric van Majestic.

Saesneg Iseldireg
flow flow
trust trust
algorithm algoritme
the de
form vormen
and en
together het

EN Together the Citation Flow and Trust Flow form the Majestic Flow Metric algorithm.

NL Tezamen vormen de Citation Flow en Trust Flow het algoritme van de Flow Metric van Majestic.

Saesneg Iseldireg
flow flow
trust trust
algorithm algoritme
the de
form vormen
and en
together het

Yn dangos 50 o gyfieithiadau 50