Whakamāoritia "branch you created" ki Tatimana

Whakaatu 50 o 50 whakamaoritanga o te kīanga "branch you created" mai i te Ingarihi ki te Tatimana

Nga whakamaoritanga o branch you created

"branch you created" i Ingarihi ka taea te whakamaori ki nga kupu Tatimana e whai ake nei:

branch branch filiaal of voor
you - aan aangezien aantal al alle alleen alles als altijd andere anders begrijpen beheren bekijken ben ben je bent bepaalde beschikbaar beter bij bij de bijvoorbeeld binnen blijven daar daarnaast dan dat de deze die dingen dit doen doet door dus echt een eenvoudig eigen elk elke en er er zijn gaan gaat gebruik gebruiken gebruikt geeft geen gegevens gemaakt gemakkelijk gewoon gratis heb hebben hebt heeft het het is hier hoe hoeft hun iedereen iets in in de indien informatie is is het je je hebt je moet je wilt jezelf jij jou jouw kan kiezen komt kopen krijgen krijgt kun kunnen kunt maakt maar maken mee meer meerdere mensen met moet moment na naar naar de neem nemen net niet niet- niets nieuwe nodig nog nooit nu of om om te omdat ons onze ook op op de over per precies producten samen sommige staan staat stap te tijd toe toegang tot u uit uw van van de van een vanaf veel verder verzoeken via vinden volledig voor voor de vragen waar waarin waarmee waarom waarop wanneer want wat we we hebben weet je welke werken weten wie wij wil wil je willen wilt wilt u worden wordt zal ze zeker zelf zelfs zich zie zien zijn zo zoals zodat zorgen zou zullen zult één
created aan aangemaakt alle app bekijk bij creëren dan dat de deze die een eenvoudig eigen elk elke en gebruik gebruiken gebruikt gecreëerd gemaakt gemaakte heb hebben hebt helpen het hij hoe hun in de is maak maakt maken manier met naar de nadat niet nog of om te ontwerpen ontwikkeld ontworpen op basis van op de opgericht over project software te tijd toe toegang tot uit van van de vanaf vanuit via voor de waar wanneer was wat werk werken weten worden zien zijn zoals zodat zonder

Te whakamaoritanga o Ingarihi ki Tatimana o branch you created

Ingarihi
Tatimana

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.

Ingarihi Tatimana
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 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

Ingarihi Tatimana
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 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

Ingarihi Tatimana
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 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

Ingarihi Tatimana
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 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

Ingarihi Tatimana
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 aanmaakt, wordt een branch met de naam 'main' aangemaakt. Deze wordt de actieve branch.

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

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.

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

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.

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

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.

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

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

Ingarihi Tatimana
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 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.

Ingarihi Tatimana
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 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

Ingarihi Tatimana
branch branch
entered ingevoerd
git git
status status
main main
the de
previously eerder
on on
because omdat
if als

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

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

Ingarihi Tatimana
create aanmaken
branch branch
git git
command opdracht
the de
a een
using in

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

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

Ingarihi Tatimana
create aanmaken
branch branch
git git
command opdracht
the de
a een
using in

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

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

Ingarihi Tatimana
create aanmaken
branch branch
git git
command opdracht
the de
a een
using in

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

Ingarihi Tatimana
main main
branch branch
serves dient
features functies
the de
for voor
as als

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

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

Ingarihi Tatimana
create aanmaken
branch branch
git git
command opdracht
the de
a een
using in

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.

Ingarihi Tatimana
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 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.

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:

Ingarihi Tatimana
release release
branches branches
branch branch
methods manieren
is is
feature functie
on op
the de
based on gebaseerd
can kan
created gemaakt
develop maken
another van
a volgende
be worden

EN This data center is potentially only relevant for customers whose sites was created before 01/01/2019. All websites created or to be created after this date will be hosted exclusively on the data centers mentioned in 8.2 and 8.3.

NL Dit datacenter is mogelijk alleen relevant voor klanten waarvan de pagina's vóór 01/01/2019 zijn aangemaakt. Alle na deze datum gecreëerde of nog te creëren websites zullen uitsluitend worden gehost in de in 8.2 en 8.3 genoemde datacentra.

Ingarihi Tatimana
customers klanten
hosted gehost
data center datacenter
is is
potentially mogelijk
created aangemaakt
websites websites
or of
in in
the de
date datum
exclusively uitsluitend
be worden
after na
will zullen
and en
for voor
relevant relevant
this dit

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;

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

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;

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

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;

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

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;

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

EN Go back to your local terminal window and send your committed changes to Bitbucket using git push origin main. This command specifies that you are pushing to the main branch (the branch on Bitbucket) on origin (the Bitbucket server).

NL Ga terug naar je lokale terminalvenster en stuur je gecommitte wijzigingen naar Bitbucket met git push origin main. Deze opdracht houdt in dat je naar de hoofdbranch (de branch op Bitbucket) op origin (de Bitbucket-server) pusht.

Ingarihi Tatimana
local lokale
changes wijzigingen
bitbucket bitbucket
git git
main main
command opdracht
branch branch
server server
origin origin
go ga
your je
on op
the de
and en

EN Branch selection: Pick the branch you want to view

NL Branch selecteren: kies de branch die je wilt bekijken

Ingarihi Tatimana
branch branch
the de
pick kies
to bekijken
want wilt

EN A. Branch with new file: Change if you want to add file to a different branch. B. New file area: Add content for your new file here. 

NL Bitbucket nieuw bestandBitbucket nieuw bestandA. Branch met nieuw bestand: wijzig dit als je het bestand aan een andere branch wilt toevoegen. B. Nieuw bestandgebied: voeg hier content voor je nieuwe bestand toe.

Ingarihi Tatimana
branch branch
file bestand
change wijzig
b b
content content
your je
here hier
to toe
want wilt
new nieuw
if als
different een
with met
for voor

EN You can work on your own part of a project from your own branch, pull updates from Bitbucket, and then merge all your work into the main branch when it's ready

NL Je kunt werken aan je eigen gedeelte van een project van je eigen branch, updates ophalen uit Bitbucket, en al je werk vervolgens samenvoegen in de hoofdbranch als het klaar is

Ingarihi Tatimana
branch branch
updates updates
bitbucket bitbucket
merge samenvoegen
ready klaar
your je
project project
the de
of gedeelte
a een
and en
into in
you can kunt
own eigen
from uit
then vervolgens

EN This command creates a branch but does not switch you to that branch, so your repository looks something like this:

NL Met deze opdracht wordt er een branch aangemaakt maar word je niet naar die branch gewisseld, dus je repository ziet er ongeveer zo uit:

Ingarihi Tatimana
command opdracht
branch branch
repository repository
your je
a een
but

EN Your space station is growing, and it's time for the opening ceremony of your Mars location. Now that your future plans are becoming a reality, you can merge your future-plans branch into the main branch on your local system.

NL Je ruimtestation groeit en het is tijd voor de openingsceremonie van je Mars-locatie. Nu je toekomstplannen werkelijkheid worden, kun je je branch future-plans samenvoegen in de hoofdbranch op je lokale systeem.

Ingarihi Tatimana
mars mars
future future
reality werkelijkheid
merge samenvoegen
branch branch
local lokale
system systeem
your je
is is
time tijd
now nu
on op
the de
you can kun
location locatie
becoming worden
into in
for voor
and en
of van
growing groeit

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.

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.

Ingarihi Tatimana
request aanvraag
repository repository
branch branch
information informatie
the de
means betekent
and en
a een
need to moet
need je
this dit

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

Ingarihi Tatimana
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 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

Ingarihi Tatimana
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.

Ingarihi Tatimana
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

Ingarihi Tatimana
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

Ingarihi Tatimana
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 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

Ingarihi Tatimana
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.

Ingarihi Tatimana
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

Ingarihi Tatimana
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.

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

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

Ingarihi Tatimana
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 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

Ingarihi Tatimana
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.

Ingarihi Tatimana
fully volledig
incorporated opgenomen
now nu
the de
from van
into in

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:

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:

Ingarihi Tatimana
complement aanvullen
branch branch
developer ontwikkelaar
locally lokaal
is is
default standaard
way manier
server server
the de
to om
main main
step stap
simple eenvoudige
with met
and en
this dit

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.

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.

Ingarihi Tatimana
branch branch
history geschiedenis
main main
developers ontwikkelaars
clone klonen
central centrale
repository repository
tracking tracking
now nu
the de
will zal
contain bevatten
project project
complete volledige
version versie
for voor
a een
other andere
should moeten
and en
this deze

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.

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

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

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

Ingarihi Tatimana
release release
branch branch
merged samengevoegd
main main
similar het
into in
a een

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.

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

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

Ingarihi Tatimana
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.

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

E whakaatu ana i te 50 o nga whakamaoritanga 50