Cyfieithwch "git en bitbucket" i Saesneg

Yn dangos 50 o gyfieithiadau 50 o'r ymadrodd "git en bitbucket" o Iseldireg i Saesneg

Cyfieithiadau o git en bitbucket

Gellir cyfieithu "git en bitbucket" yn Iseldireg i'r Saesneg geiriau/ymadroddion canlynol:

git git
bitbucket bitbucket

Cyfieithiad o Iseldireg i Saesneg o git en bitbucket

Iseldireg
Saesneg

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

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

Iseldireg Saesneg
git git
marketing marketing
human human
budget budget

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

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

Iseldireg Saesneg
aanmaken create
kopiëren copy
wijzigingen changes
bitbucket bitbucket
cloud cloud
halen pull
gebruiken use
git git
je your
branch branch

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.

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.

Iseldireg Saesneg
git git
sourcetree sourcetree
bitbucket bitbucket
hosten host
uitgebreide comprehensive
volgen follow
repository repositories
tutorial tutorial

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.

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.  

Iseldireg Saesneg
git git
externe remote
clone clone
hier here
url url
syntaxis syntax
locaties locations

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/

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/  

Iseldireg Saesneg
protocol protocol
git git
draait runs
poort port
vergelijkbaar similar
ssh ssh
authenticatie authentication
host host

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

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

Iseldireg Saesneg
opdracht command
bitbucket bitbucket
gekopieerd copied
git git
clone clone
https https
org org

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

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

Iseldireg Saesneg
opdracht command
bitbucket bitbucket
gekopieerd copied
git git
clone clone
https https
org org

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

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

Iseldireg Saesneg
opdracht command
bitbucket bitbucket
gekopieerd copied
git git
clone clone
https https
org org

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.

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

Iseldireg Saesneg
git git
nieuw new
geen no
tutorials tutorials
zorgen worries

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

Iseldireg Saesneg
lokaal locally
branch branch
git git
origin origin
je your
functie feature

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.

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

Iseldireg Saesneg
git git
nieuw new
geen no
tutorials tutorials
zorgen worries

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

Iseldireg Saesneg
lokaal locally
branch branch
git git
origin origin
je your
functie feature

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

Iseldireg Saesneg
lokaal locally
branch branch
git git
origin origin
je your
functie feature

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.

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.

Iseldireg Saesneg
manieren ways
git git
mac mac
command command
line line
tools tools
terminal terminal

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:

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:

Iseldireg Saesneg
apple apple
git git
grote major
nieuwere newer
manieren methods

NL De Git-bron klonen (of download Git en pak die dan uit als je nog geen versie van Git hebt geïnstalleerd):

EN Clone the Git source (or if you don't yet have a version of Git installed, download and extract it):

Iseldireg Saesneg
klonen clone
download download
git git
versie version
geïnstalleerd installed
bron source

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.

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.

Iseldireg Saesneg
raadpleeg consult
git git
praktische practical
clone clone
handleiding guide
repository repository
functionaliteit functionality

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

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

Iseldireg Saesneg
bitbucket bitbucket
tutorials tutorials
git git
effectieve effective
workflows workflows

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

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

Iseldireg Saesneg
bitbucket bitbucket
tutorials tutorials
git git
effectieve effective
workflows workflows

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

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

Iseldireg Saesneg
svn svn
git git
bitbucket bitbucket
eenvoudig simplify
repositories repositories

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

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

Iseldireg Saesneg
branch branch
aanmaken created
lokale local
systeem system
bitbucket bitbucket
automatisch automatically
opdracht command
tonen show
nodig needed
git git
checkout checkout

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

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

Iseldireg Saesneg
bitbucket bitbucket
tutorials tutorials
git git
effectieve effective
workflows workflows

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

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

Iseldireg Saesneg
branch branch
aanmaken created
lokale local
systeem system
bitbucket bitbucket
automatisch automatically
opdracht command
tonen show
nodig needed
git git
checkout 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

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

Iseldireg Saesneg
branch branch
aanmaken created
lokale local
systeem system
bitbucket bitbucket
automatisch automatically
opdracht command
tonen show
nodig needed
git git
checkout checkout

NL Git leren met Bitbucket Cloud | Atlassian Git Tutorial

EN Learn Git with Bitbucket Cloud | Atlassian Git Tutorial

Iseldireg Saesneg
git git
leren learn
met with
bitbucket bitbucket
cloud cloud
atlassian atlassian
tutorial tutorial

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

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

Iseldireg Saesneg
bitbucket bitbucket
samenwerken collaborate
git git

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

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

Iseldireg Saesneg
bitbucket bitbucket
samenwerken collaborate
informatie learn
git git

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

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

Iseldireg Saesneg
bitbucket bitbucket
samenwerken collaborate
git git

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.

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.

Iseldireg Saesneg
hier here
belangrijke important
woorden words
bitbucket bitbucket
git git

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

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

Iseldireg Saesneg
bitbucket bitbucket
samenwerken collaborate
git git

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.

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.

Iseldireg Saesneg
hier here
belangrijke important
woorden words
bitbucket bitbucket
git git

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.

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

Iseldireg Saesneg
beste best
klassen class
ingebouwde built-in
bitbucket bitbucket
cloud cloud
native native
atlassian atlassian
ontwikkelaars developers
kiezen choose
jira jira
integratie integration
ci ci
git git
tool tool
devops devops
oplossing solution

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.

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

Iseldireg Saesneg
beste best
klassen class
ingebouwde built-in
bitbucket bitbucket
cloud cloud
native native
atlassian atlassian
ontwikkelaars developers
kiezen choose
jira jira
integratie integration
ci ci
git git
tool tool
devops devops
oplossing solution

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

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

Iseldireg Saesneg
bitbucket bitbucket
samenwerken collaborate
informatie learn
git git

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.

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.

Iseldireg Saesneg
hier here
belangrijke important
woorden words
bitbucket bitbucket
git git

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

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

Iseldireg Saesneg
bitbucket bitbucket
ondersteunt supports
http http
externe remote
git git
repository repositories

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.

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

Iseldireg Saesneg
bitbucket bitbucket
apps apps

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.

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

Iseldireg Saesneg
bitbucket bitbucket
apps apps

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.

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.

Iseldireg Saesneg
jira jira
bitbucket bitbucket
naadloos seamlessly
geïntegreerd integrated
branch branch
creëer create
of or
issues issues
branches branches

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

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.

Iseldireg Saesneg
jira jira
bitbucket bitbucket
naadloos seamlessly
geïntegreerd integrated
branch branch
creëer create
of or
issues issues
versies release
branches branches

NL Met Bitbucket Connect kan iedere ontwikkelaar zorgen voor diepe integratie met Bitbucket Cloud binnen de product-UI. Geen context switching tussen tools en taken. Alles wat je nodig hebt om te bouwen en te verzenden binnen Bitbucket.

EN Bitbucket Connect allows any developer to build deep integration with Bitbucket Cloud right within the product UI. No more context switching between tools and tasks. Have everything you need to build and ship right within Bitbucket.

Iseldireg Saesneg
bitbucket bitbucket
connect connect
ontwikkelaar developer
diepe deep
integratie integration
cloud cloud
context context
tools tools
taken tasks
verzenden ship
product product
ui ui

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

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.

Iseldireg Saesneg
bitbucket bitbucket
cloud cloud
gehost hosted
servers servers
atlassian atlassian
url url
exclusieve exclusive
ingebouwde built-in
rechtstreeks directly
testen test
ci ci
kun enables

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.

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

Iseldireg Saesneg
bitbucket bitbucket
apps apps

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

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.

Iseldireg Saesneg
bitbucket bitbucket
cloud cloud
gehost hosted
servers servers
atlassian atlassian
url url
exclusieve exclusive
ingebouwde built-in
rechtstreeks directly
testen test
ci ci
kun enables

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.

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.

Iseldireg Saesneg
bitbucket bitbucket
cloud cloud
gehost hosted
servers servers
atlassian atlassian
url url
exclusieve exclusive
ingebouwde built-in
rechtstreeks directly
testen test
ci ci
kun enables

NL Klanten met Bitbucket Cloud Standard en Bitbucket Cloud Premium kunnen op elk moment contact opnemen met ons Bitbucket-supportteam voor hulp.

EN Bitbucket Cloud Standard and Bitbucket Cloud Premium customers are welcome to contact our Bitbucket Support Team at any time for assistance.

Iseldireg Saesneg
klanten customers
bitbucket bitbucket
cloud cloud
standard standard
premium premium
moment time

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.

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.

Iseldireg Saesneg
jira jira
bitbucket bitbucket
naadloos seamlessly
geïntegreerd integrated
branch branch
creëer create
of or
issues issues
branches branches

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

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.

Iseldireg Saesneg
jira jira
bitbucket bitbucket
naadloos seamlessly
geïntegreerd integrated
branch branch
creëer create
of or
issues issues
versies release
branches branches

NL Met Bitbucket Connect kan iedere ontwikkelaar zorgen voor diepe integratie met Bitbucket Cloud binnen de product-UI. Geen context switching tussen tools en taken. Alles wat je nodig hebt om te bouwen en te verzenden binnen Bitbucket.

EN Bitbucket Connect allows any developer to build deep integration with Bitbucket Cloud right within the product UI. No more context switching between tools and tasks. Have everything you need to build and ship right within Bitbucket.

Iseldireg Saesneg
bitbucket bitbucket
connect connect
ontwikkelaar developer
diepe deep
integratie integration
cloud cloud
context context
tools tools
taken tasks
verzenden ship
product product
ui ui

NL Sourcetree vereenvoudigt hoe je met je Git-opslagplaatsen werkt, zodat je je op codering kunt concentreren. Visualiseer en beheer je opslagplaatsen met de simpele Git-interface van Sourcetree.

EN Sourcetree simplifies how you interact with your Git repositories so you can focus on coding. Visualize and manage your repositories through Sourcetree's simple Git GUI.

Iseldireg Saesneg
sourcetree sourcetree
vereenvoudigt simplifies
zodat so
codering coding
concentreren focus
visualiseer visualize
beheer manage
opslagplaatsen repositories
simpele simple
git git

Yn dangos 50 o gyfieithiadau 50