U turjun "bitbucket your git" una tarjum Dutch

Muujinaya 50 ee 50 turjumaadaha weedha "bitbucket your git" laga bilaabo Ingiriis ilaa Dutch

Turjumaada {raadinta}

{ search} in Ingiriis waxa loo tarjumi karaa Dutch kelmado/ereyada soo socda:

bitbucket bitbucket
your - aan al als bent biedt bij dan dat de deze die dit door een eenvoudig eigen en hebt het in in de is je jouw kunnen kunt maken meer met naar niet of om onze ook op over te tot u uit uw van van de via voor wat wilt worden wordt ze zien zijn zo zodat
git git

Turjumaada Ingiriis ilaa Dutch ee {raadinta}

Ingiriis
Dutch

EN Git for developers Git for marketing Git for product management Git for designers Git for customer support Git for human resources Git for anyone managing a budget

NL Git voor ontwikkelaars Git voor marketing Git voor productbeheer Git voor ontwerpers Git voor klantenondersteuning Git voor Human Resources Git voor iedereen die een budget beheert

Ingiriis Dutch
git git
marketing marketing
budget budget
developers ontwikkelaars
designers ontwerpers
human human
for voor
management beheert
resources resources
a een

EN Create a Git repository Copy your Git repository and add files Pull changes from your Git repository on Bitbucket Cloud Use a Git branch to merge a file

NL Een Git-repository aanmaken Je Git-repository kopiëren en bestanden toevoegen Wijzigingen uit je Git-repository op Bitbucket Cloud halen Een Git-branch gebruiken om een bestand samen te voegen

Ingiriis Dutch
git git
copy kopiëren
changes wijzigingen
bitbucket bitbucket
cloud cloud
branch branch
repository repository
your je
on op
use gebruiken
files bestanden
add toevoegen
pull halen
file bestand
a een
and en

EN To learn how to use Git with Sourcetree (and how to host your Git repositories on Bitbucket) you can follow our comprehensive Git tutorial with Bitbucket and Sourcetree.

NL Om te leren hoe je Git kunt gebruiken met Sourcetree (en hoe je je Git-repository's op Bitbucket kunt hosten), kun je onze uitgebreide Git-tutorial met Bitbucket en Sourcetree volgen.

Ingiriis Dutch
git git
host hosten
bitbucket bitbucket
follow volgen
comprehensive uitgebreide
tutorial tutorial
sourcetree sourcetree
your je
use gebruiken
to om
how hoe
our onze
on op
learn en
and leren
you can kunt

EN To learn how to use Git with Sourcetree (and how to host your Git repositories on Bitbucket) you can follow our comprehensive Git tutorial with Bitbucket and Sourcetree. 

NL Om te leren hoe je Git kunt gebruiken met Sourcetree (en hoe je je Git-repository's op Bitbucket kunt hosten), kun je onze uitgebreide Git-tutorial met Bitbucket en Sourcetree volgen.

Ingiriis Dutch
git git
host hosten
bitbucket bitbucket
follow volgen
comprehensive uitgebreide
tutorial tutorial
sourcetree sourcetree
your je
use gebruiken
to om
how hoe
our onze
on op
learn en
and leren
you can kunt

EN Git has its own URL syntax which is used to pass remote repository locations to Git commands. Because git clone is most commonly used on remote repositories we will examine Git URL syntax here.  

NL Git heeft een eigen URL-syntaxis die wordt gebruikt om externe repository-locaties door te geven aan Git-opdrachten. Omdat git clone het meest wordt gebruikt op externe repositories, zullen we hier de Git URL-syntaxis bestuderen.

Ingiriis Dutch
git git
url url
syntax syntaxis
remote externe
locations locaties
clone clone
on op
we we
to om
own eigen
is wordt
repository repository
because omdat
pass door
will zullen
used gebruikt
most de
here hier
has heeft

EN A protocol unique to git. Git comes with a daemon that runs on port (9418). The protocol is similar to SSH however it has NO AUTHENTICATION. git://host.xz[:port]/path/to/repo.git/  

NL Een protocol dat uniek is voor git. Git wordt geleverd met een daemon die draait op poort (9418). Het protocol is vergelijkbaar met SSH, maar het heeft GEEN AUTHENTICATIE. git://host.xz[:poort]/pad/naar/repo.git/

Ingiriis Dutch
protocol protocol
git git
runs draait
port poort
ssh ssh
authentication authenticatie
host host
is is
a uniek
the wordt
no geen
on op
to maar
that dat

EN Paste the command you copied from Bitbucket (would like something like this): git clone https://username@bitbucket.org/teamsinspace/documentation-test.git

NL Plak de opdracht die je uit Bitbucket hebt gekopieerd (zoiets als dit): git clone https://username@bitbucket.org/teamsinspace/documentation-test.git

Ingiriis Dutch
command opdracht
copied gekopieerd
bitbucket bitbucket
git git
https https
org org
clone clone
the de
this dit
from uit

EN Paste the command you copied from Bitbucket (would like something like this): git clone https://username@bitbucket.org/teamsinspace/documentation-test.git

NL Plak de opdracht die je uit Bitbucket hebt gekopieerd (zoiets als dit): git clone https://username@bitbucket.org/teamsinspace/documentation-test.git

Ingiriis Dutch
command opdracht
copied gekopieerd
bitbucket bitbucket
git git
https https
org org
clone clone
the de
this dit
from uit

EN Paste the command you copied from Bitbucket (would like something like this): git clone https://username@bitbucket.org/teamsinspace/documentation-test.git

NL Plak de opdracht die je uit Bitbucket hebt gekopieerd (zoiets als dit): git clone https://username@bitbucket.org/teamsinspace/documentation-test.git

Ingiriis Dutch
command opdracht
copied gekopieerd
bitbucket bitbucket
git git
https https
org org
clone clone
the de
this dit
from uit

EN Paste the command you copied from Bitbucket (would like something like this): git clone https://username@bitbucket.org/teamsinspace/documentation-test.git

NL Plak de opdracht die je uit Bitbucket hebt gekopieerd (zoiets als dit): git clone https://username@bitbucket.org/teamsinspace/documentation-test.git

Ingiriis Dutch
command opdracht
copied gekopieerd
bitbucket bitbucket
git git
https https
org org
clone clone
the de
this dit
from uit

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.

Ingiriis Dutch
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 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

Ingiriis Dutch
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 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

Ingiriis Dutch
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 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

Ingiriis Dutch
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 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

Ingiriis Dutch
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 Tell Git to track your new locations.txt file using the git add command. Just like when you created a file, the git add command doesn't return anything when you enter it correctly.

NL Geef Git opdracht om je nieuwe bestand locations.txt te volgen met behulp van de opdracht git add. De opdracht git add retourneert niets wanneer je het correct invoert, net als toen je een bestand aanmaakte.

Ingiriis Dutch
git git
new nieuwe
add add
command opdracht
correctly correct
your je
the de
to om
txt txt
file bestand
track volgen
it het
enter een

EN New to Git? No worries, we got you covered. Read our Getting Git Right tutorials for a primer on Git.

NL Is Git nieuw voor jou? Maak je geen zorgen, wij helpen je. Lees onze tutorials 'Git goed begrijpen' om kennis te maken met Git.

Ingiriis Dutch
new nieuw
git git
worries zorgen
tutorials tutorials
read lees
to om
right goed
no geen
we wij
you je
our onze

EN New to Git? No worries, we got you covered. Read our Getting Git Right tutorials for a primer on Git.

NL Is Git nieuw voor jou? Maak je geen zorgen, wij helpen je. Lees onze tutorials 'Git goed begrijpen' om kennis te maken met Git.

Ingiriis Dutch
new nieuw
git git
worries zorgen
tutorials tutorials
read lees
to om
right goed
no geen
we wij
you je
our onze

EN The git commit takes the staged snapshot and commits it to the project history. Combined with git add, this process defines the basic workflow for all Git users.

NL De git commit neemt het gestagede snapshot, en commit dit naar de projectgeschiedenis. Dit proces definieert samen met git add de basisworkflow voor alle Git-gebruikers.

Ingiriis Dutch
git git
takes neemt
snapshot snapshot
add add
defines definieert
users gebruikers
process proces
the de
combined met
for voor
and en
this dit

EN There are several ways to install Git on a Mac. In fact, if you've installed XCode (or it's Command Line Tools), Git may already be installed. To find out, open a terminal and enter git --version.

NL Er zijn verschillende manieren om Git op een Mac te installeren. Sterker nog, als je XCode hebt geïnstalleerd (of de Command Line Tools), is Git misschien al geïnstalleerd. Open een terminal en voer git --version in om daar achter te komen.

Ingiriis Dutch
git git
mac mac
terminal terminal
ways manieren
installed geïnstalleerd
or of
tools tools
on op
in in
enter voer
to om
install installeren
command command
open open
if als
already al
are zijn
there er
a een
line line
find en
out te

EN Apple actually maintain and ship their own fork of Git, but it tends to lag behind mainstream Git by several major versions. You may want to install a newer version of Git using one of the methods below:

NL Apple onderhoudt en levert in feite een eigen vertakking van Git; deze loopt eigenlijk meerdere grote versies achter op de gangbare Git. Misschien wil je een nieuwere versie van Git installeren op een van de volgende manieren:

Ingiriis Dutch
apple apple
git git
major grote
newer nieuwere
methods manieren
actually eigenlijk
versions versies
the de
install installeren
version versie
below een
to achter
you may misschien
own eigen
but
and en
of van
behind in
want je
a volgende
want to wil

EN For further, deeper reference on git clone functionality, consult the official Git documentation. We also cover practical examples of git clone in our setting up a repository guide.

NL Raadpleeg voor meer informatie over git clone-functionaliteit de officiële Git-documentatie. We behandelen ook praktische voorbeelden van git clone in onze handleiding voor het instellen van een repository.

Ingiriis Dutch
git git
functionality functionaliteit
consult raadpleeg
practical praktische
repository repository
guide handleiding
clone clone
further meer
documentation documentatie
examples voorbeelden
the de
we we
in in
also ook
setting instellen
a een
for voor
of van
on over

EN Make Bitbucket your Git sandbox with tutorials that bring you up to speed with Git and help you build effective workflows.

NL Gebruik Bitbucket als Git-sandbox met tutorials die je leren Git te gebruiken en effectieve workflows te bouwen.

Ingiriis Dutch
bitbucket bitbucket
git git
tutorials tutorials
effective effectieve
workflows workflows
your je
bring te
with met
and leren
to bouwen
that die

EN Make Bitbucket your Git sandbox with tutorials that bring you up to speed with Git and help you build effective workflows.

NL Gebruik Bitbucket als Git-sandbox met tutorials die je leren Git te gebruiken en effectieve workflows te bouwen.

Ingiriis Dutch
bitbucket bitbucket
git git
tutorials tutorials
effective effectieve
workflows workflows
your je
bring te
with met
and leren
to bouwen
that die

EN Simplify your SVN to Git migration: import and mirror SVN repositories to Git within Bitbucket UI

NL Migreer eenvoudig van SVN naar Git: importeer en mirror SVN-repositories naar Git in de interface van Bitbucket

Ingiriis Dutch
simplify eenvoudig
svn svn
git git
repositories repositories
bitbucket bitbucket
and en
within de
to naar

EN Once created, fetch and checkout the branch from your local system. Bitbucket will automatically show you the command needed, and it will look something like this: git fetch && git checkout

NL Haal de branch na het aanmaken op en check deze uit van je lokale systeem. Bitbucket zal automatisch de opdracht tonen die nodig is. Dat zal er ongeveer zo uitzien: git fetch && git checkout

Ingiriis Dutch
branch branch
local lokale
system systeem
bitbucket bitbucket
automatically automatisch
show tonen
command opdracht
git git
created aanmaken
checkout checkout
your je
needed nodig
the de
will zal
this deze
from uit
and en

EN Once created, fetch and checkout the branch from your local system. Bitbucket will automatically show you the command needed, and it will look something like this: git fetch && git checkout

NL Haal de branch na het aanmaken op en check deze uit van je lokale systeem. Bitbucket zal automatisch de opdracht tonen die nodig is. Dat zal er ongeveer zo uitzien: git fetch && git checkout

Ingiriis Dutch
branch branch
local lokale
system systeem
bitbucket bitbucket
automatically automatisch
show tonen
command opdracht
git git
created aanmaken
checkout checkout
your je
needed nodig
the de
will zal
this deze
from uit
and en

EN Make Bitbucket your Git sandbox with tutorials that bring you up to speed with Git and help you build effective workflows.

NL Gebruik Bitbucket als Git-sandbox met tutorials die je leren Git te gebruiken en effectieve workflows te bouwen.

Ingiriis Dutch
bitbucket bitbucket
git git
tutorials tutorials
effective effectieve
workflows workflows
your je
bring te
with met
and leren
to bouwen
that die

EN Once created, fetch and checkout the branch from your local system. Bitbucket will automatically show you the command needed, and it will look something like this: git fetch && git checkout

NL Haal de branch na het aanmaken op en check deze uit van je lokale systeem. Bitbucket zal automatisch de opdracht tonen die nodig is. Dat zal er ongeveer zo uitzien: git fetch && git checkout

Ingiriis Dutch
branch branch
local lokale
system systeem
bitbucket bitbucket
automatically automatisch
show tonen
command opdracht
git git
created aanmaken
checkout checkout
your je
needed nodig
the de
will zal
this deze
from uit
and en

EN Once created, fetch and checkout the branch from your local system. Bitbucket will automatically show you the command needed, and it will look something like this: git fetch && git checkout

NL Haal de branch na het aanmaken op en check deze uit van je lokale systeem. Bitbucket zal automatisch de opdracht tonen die nodig is. Dat zal er ongeveer zo uitzien: git fetch && git checkout

Ingiriis Dutch
branch branch
local lokale
system systeem
bitbucket bitbucket
automatically automatisch
show tonen
command opdracht
git git
created aanmaken
checkout checkout
your je
needed nodig
the de
will zal
this deze
from uit
and en

EN Git's ability to communicate with remote repositories (in your case, Bitbucket is the remote repository) is the foundation of every Git-based collaboration workflow.

NL Het vermogen van Git om te communiceren met externe repository's (in jouw geval is Bitbucket de externe repository) is de basis van elke Git-gebaseerde samenwerkingsworkflow.

Ingiriis Dutch
ability vermogen
remote externe
bitbucket bitbucket
git git
in in
is is
to om
repository repository
the de
based basis
communicate communiceren
with met
of van
every elke

EN Learn Git with Bitbucket Cloud | Atlassian Git Tutorial

NL Git leren met Bitbucket Cloud | Atlassian Git Tutorial

Ingiriis Dutch
learn leren
git git
bitbucket bitbucket
cloud cloud
atlassian atlassian
tutorial tutorial
with met

EN Enhance and automate your Bitbucket Server projects, repositories and Git workflows. Auto add reviewers to pull requests, block undesired push events, and/or mirror repositories from Bitbucket Cloud.

NL van Adaptavist voor Bitbucket Server

Ingiriis Dutch
bitbucket bitbucket
server server

EN Here are some important words and terms to know so you can find your way around Bitbucket. Some of these are terms borrowed from Git, others are specific to Bitbucket.

NL Hier zijn een aantal belangrijke woorden en termen om te weten, zodat je je kunt oriënteren in Bitbucket. Sommige termen zijn geleend van Git, andere zijn specifiek voor Bitbucket.

Ingiriis Dutch
important belangrijke
bitbucket bitbucket
git git
your je
here hier
words woorden
you can kunt
find en
of van
specific voor

EN Here are some important words and terms to know so you can find your way around Bitbucket. Some of these are terms borrowed from Git, others are specific to Bitbucket.

NL Hier zijn wat belangrijke woorden en termen die je moet weten om je weg in Bitbucket te vinden. Sommige termen zijn geleend van Git, andere zijn specifiek voor Bitbucket.

Ingiriis Dutch
important belangrijke
bitbucket bitbucket
git git
your je
to om
here hier
words woorden
specific voor
of van
find en

EN Here are some important words and terms to know so you can find your way around Bitbucket. Some of these are terms borrowed from Git, others are specific to Bitbucket.

NL Hier zijn wat belangrijke woorden en termen die je moet weten om je weg in Bitbucket te vinden. Sommige termen zijn geleend van Git, andere zijn specifiek voor Bitbucket.

Ingiriis Dutch
important belangrijke
bitbucket bitbucket
git git
your je
to om
here hier
words woorden
specific voor
of van
find en

EN Here are some important words and terms to know so you can find your way around Bitbucket. Some of these are terms borrowed from Git, others are specific to Bitbucket.

NL Hier zijn een aantal belangrijke woorden en termen om te weten, zodat je je kunt oriënteren in Bitbucket. Sommige termen zijn geleend van Git, andere zijn specifiek voor Bitbucket.

Ingiriis Dutch
important belangrijke
bitbucket bitbucket
git git
your je
here hier
words woorden
you can kunt
find en
of van
specific voor

EN Bitbucket supports pushing and pulling over HTTP to your remote Git repositories on Bitbucket

NL Bitbucket ondersteunt het pushen en pullen van HTTP naar je externe Git-repository's op Bitbucket

Ingiriis Dutch
bitbucket bitbucket
supports ondersteunt
http http
remote externe
git git
your je
on op
and en
to naar

EN Bitbucket is more than just Git code management. Bitbucket gives teams one place to plan projects, collaborate on code, test, and deploy.

NL Bitbucket is meer dan alleen Git-codebeheer. Met Bitbucket kunnen teams centraal projecten plannen, samenwerken aan code, en deze testen en implementeren.

Ingiriis Dutch
bitbucket bitbucket
git git
collaborate samenwerken
is is
code code
teams teams
projects projecten
test testen
just alleen
plan plannen
and en
more meer

EN Bitbucket is more than just Git code management. Bitbucket gives teams one place to plan projects, collaborate on code, test and deploy. Learn more

NL Bitbucket is meer dan alleen Git-codebeheer. Met Bitbucket kunnen teams centraal projecten plannen, samenwerken aan code, en deze testen en implementeren. Meer informatie

Ingiriis Dutch
bitbucket bitbucket
git git
collaborate samenwerken
is is
code code
teams teams
projects projecten
test testen
just alleen
plan plannen
more meer
learn en

EN Bitbucket is more than just Git code management. Bitbucket gives teams one place to plan projects, collaborate on code, test, and deploy.

NL Bitbucket is meer dan alleen Git-codebeheer. Met Bitbucket kunnen teams centraal projecten plannen, samenwerken aan code, en deze testen en implementeren.

Ingiriis Dutch
bitbucket bitbucket
git git
collaborate samenwerken
is is
code code
teams teams
projects projecten
test testen
just alleen
plan plannen
and en
more meer

EN Bitbucket is more than just Git code management. Bitbucket gives teams one place to plan projects, collaborate on code, test, and deploy.

NL Bitbucket is meer dan alleen Git-codebeheer. Met Bitbucket kunnen teams centraal projecten plannen, samenwerken aan code, en deze testen en implementeren.

Ingiriis Dutch
bitbucket bitbucket
git git
collaborate samenwerken
is is
code code
teams teams
projects projecten
test testen
just alleen
plan plannen
and en
more meer

EN With best-in-class Jira integration, and built-in CI/CD, Bitbucket Cloud is the native Git tool in Atlassian’s Open DevOps solution. Join millions of developers who choose to build on Bitbucket

NL Met de beste Jira-integratie in zijn klassen en ingebouwde CI/CD is Bitbucket Cloud de native Git-tool in de Open DevOps-oplossing van Atlassian. Sluit je aan bij miljoenen ontwikkelaars die ervoor kiezen om op Bitbucket te bouwen.

Ingiriis Dutch
jira jira
ci ci
bitbucket bitbucket
cloud cloud
native native
git git
tool tool
devops devops
solution oplossing
join .
developers ontwikkelaars
choose kiezen
best beste
class klassen
integration integratie
is is
the de
to om
open open
and en
in in
build bouwen
on op
with bij
built-in ingebouwde

EN With best-in-class Jira integration, and built-in CI/CD, Bitbucket Cloud is the native Git tool in Atlassian’s Open DevOps solution. Join millions of developers who choose to build on Bitbucket

NL Met de beste Jira-integratie in zijn klassen en ingebouwde CI/CD is Bitbucket Cloud de native Git-tool in de Open DevOps-oplossing van Atlassian. Sluit je aan bij miljoenen ontwikkelaars die ervoor kiezen om op Bitbucket te bouwen.

Ingiriis Dutch
jira jira
ci ci
bitbucket bitbucket
cloud cloud
native native
git git
tool tool
devops devops
solution oplossing
join .
developers ontwikkelaars
choose kiezen
best beste
class klassen
integration integratie
is is
the de
to om
open open
and en
in in
build bouwen
on op
with bij
built-in ingebouwde

EN Bitbucket is more than just Git code management. Bitbucket gives teams one place to plan projects, collaborate on code, test and deploy. Learn more

NL Bitbucket is meer dan alleen Git-codebeheer. Met Bitbucket kunnen teams centraal projecten plannen, samenwerken aan code, en deze testen en implementeren. Meer informatie

Ingiriis Dutch
bitbucket bitbucket
git git
collaborate samenwerken
is is
code code
teams teams
projects projecten
test testen
just alleen
plan plannen
more meer
learn en

EN Customize Bitbucket your way with apps that embed right in Bitbucket’s UI, built with Bitbucket Connect.

NL Pas Bitbucket aan zoals jij dat wilt met apps die direct in de interface van Bitbucket worden geïntegreerd en die ontwikkeld zijn met Bitbucket Connect.

Ingiriis Dutch
bitbucket bitbucket
apps apps
in in
customize pas
right de
with met
that dat
way zoals
built ontwikkeld
your connect

EN Customize Bitbucket your way with apps that embed right in Bitbucket’s UI, built with Bitbucket Connect.

NL Pas Bitbucket aan zoals jij dat wilt met apps die direct in de interface van Bitbucket worden geïntegreerd en die ontwikkeld zijn met Bitbucket Connect.

Ingiriis Dutch
bitbucket bitbucket
apps apps
in in
customize pas
right de
with met
that dat
way zoals
built ontwikkeld
your connect

EN Customize Bitbucket your way with apps that embed right in Bitbucket’s UI, built with Bitbucket Connect.

NL Pas Bitbucket aan zoals jij dat wilt met apps die direct in de interface van Bitbucket worden geïntegreerd en die ontwikkeld zijn met Bitbucket Connect.

Ingiriis Dutch
bitbucket bitbucket
apps apps
in in
customize pas
right de
with met
that dat
way zoals
built ontwikkeld
your connect

EN Bitbucket Cloud is hosted on Atlassian’s servers and accessed via a URL. Bitbucket Cloud has an exclusive built-in CI/CD tool, Pipelines, that enables you to build, test, and deploy directly from within Bitbucket.

NL Bitbucket Cloud wordt gehost op de servers van Atlassian en is toegankelijk via een URL. Bitbucket Cloud heeft een exclusieve ingebouwde CI/CD-tool: Pipelines. Daarmee kun je rechtstreeks vanuit Bitbucket bouwen, testen en implementeren.

Ingiriis Dutch
bitbucket bitbucket
cloud cloud
url url
ci ci
enables kun
test testen
directly rechtstreeks
is is
hosted gehost
servers servers
tool tool
on op
exclusive exclusieve
from vanuit
and en
a een
within de
built-in ingebouwde
to daarmee

EN Release 14% more often with Jira Software and Bitbucket, which are seamlessly integrated from branch to deployment. Create Bitbucket branches from within Jira Software or transition issues without ever leaving Bitbucket.

NL Release met Jira Software en Bitbucket 14% vaker nieuwe versies, die naadloos worden geïntegreerd van branch tot implementatie. Creëer Bitbucket-branches vanuit Jira Software of draag issues over zonder Bitbucket te verlaten.

Ingiriis Dutch
jira jira
bitbucket bitbucket
seamlessly naadloos
integrated geïntegreerd
branch branch
branches branches
software software
deployment implementatie
or of
release release
without zonder
from vanuit
are worden
and en
with met
issues issues

Muujinaya 50 ee 50 tarjumaadaha