แปล "git tutorial" เป็น ดัตช์

กำลังแสดง 50 จาก 50 คำแปลของวลี "git tutorial" จาก ภาษาอังกฤษ ถึง ดัตช์

คำแปลของ {การค้นหา}

"git tutorial" ใน ภาษาอังกฤษ สามารถแปลเป็น ดัตช์ คำ/วลีต่อไปนี้:

git git
tutorial tips tot tutorial tutorials zelfstudie

คำแปล ภาษาอังกฤษ เป็น ดัตช์ ของ git tutorial

ภาษาอังกฤษ
ดัตช์

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

ภาษาอังกฤษ ดัตช์
git git
marketing marketing
budget budget
developers ontwikkelaars
designers ontwerpers
human human
for voor
management beheert
resources resources
a een

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.

ภาษาอังกฤษ ดัตช์
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.

ภาษาอังกฤษ ดัตช์
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 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

ภาษาอังกฤษ ดัตช์
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 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.

ภาษาอังกฤษ ดัตช์
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/

ภาษาอังกฤษ ดัตช์
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 Your mission is to learn the ropes of Git by completing the tutorial and tracking down all your team's space stations. Commands covered in this tutorial:

NL Jouw missie is om Git te leren kennen door de tutorial te voltooien en alle ruimtestations van je team op te sporen. Opdrachten die in deze tutorial worden behandeld:

ภาษาอังกฤษ ดัตช์
mission missie
git git
completing voltooien
tutorial tutorial
your je
is is
teams team
in in
the de
to om
covered op
by door
learn en
of van
and leren
this deze

EN Head on over to our Git tutorial to learn the A-Z of Git commands.

NL Ga naar onze Git-tutorial om de Git-opdrachten van A tot Z te leren kennen.

ภาษาอังกฤษ ดัตช์
git git
tutorial tutorial
the de
a a
to om
our onze
learn leren
over te
of van

EN Head on over to our Git tutorial to learn the A-Z of Git commands.

NL Ga naar onze Git-tutorial om de Git-opdrachten van A tot Z te leren kennen.

ภาษาอังกฤษ ดัตช์
git git
tutorial tutorial
the de
a a
to om
our onze
learn leren
over te
of van

EN Learn Git with Bitbucket Cloud | Atlassian Git Tutorial

NL Git leren met Bitbucket Cloud | Atlassian Git Tutorial

ภาษาอังกฤษ ดัตช์
learn leren
git git
bitbucket bitbucket
cloud cloud
atlassian atlassian
tutorial tutorial
with met

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

ภาษาอังกฤษ ดัตช์
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 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.

ภาษาอังกฤษ ดัตช์
new nieuw
git git
worries zorgen
tutorials tutorials
read lees
to om
right goed
no geen
we wij
you je
our onze

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

ภาษาอังกฤษ ดัตช์
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 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.

ภาษาอังกฤษ ดัตช์
new nieuw
git git
worries zorgen
tutorials tutorials
read lees
to om
right goed
no geen
we wij
you je
our onze

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

ภาษาอังกฤษ ดัตช์
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

ภาษาอังกฤษ ดัตช์
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.

ภาษาอังกฤษ ดัตช์
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 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.

ภาษาอังกฤษ ดัตช์
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.

ภาษาอังกฤษ ดัตช์
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:

ภาษาอังกฤษ ดัตช์
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.

ภาษาอังกฤษ ดัตช์
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 Note: We will also offer a brief tutorial about installing a 1-click application template onto your server in the Cloud Portal. Please feel welcome to skip down to the concluding paragraphs if you are only here for that tutorial.

NL Notitie: We zullen ook een korte tutorial aanbieden over het installeren van een 1-kliktoepassingssjabloon op uw server in de cloudportal. Voel je welkom om naar de afsluitende paragrafen over te slaan als je er alleen voor die tutorial bent.

ภาษาอังกฤษ ดัตช์
note notitie
brief korte
tutorial tutorial
server server
feel voel
welcome welkom
your je
in in
we we
the de
installing installeren
to om
will zullen
onto op
a een
also ook
if als
that die

EN Apply to the write a tutorial program by sending an example of a tutorial that shows your ability of writing.

NL Je kunt je aanmelden voor het tutorial-programma door een voorbeeld te sturen van een technische artikel waarmee wij jouw schrijfvaardigheid kunnen beoordelen.

ภาษาอังกฤษ ดัตช์
tutorial tutorial
sending sturen
your je
program programma
the artikel
by door
example een

EN You want to be able to use Gutenberg even better? Or expand it with your own blocks? Check out our articles Gutenberg tutorial for users and Gutenberg tutorial für developers.

NL Wil je Gutenberg nog beter kunnen gebruiken? Of het uitbreiden met je eigen blokken? Lees dan onze artikelen Gutenberg tutorial voor gebruikers en Gutenberg tutorial voor ontwikkelaars.

ภาษาอังกฤษ ดัตช์
gutenberg gutenberg
expand uitbreiden
blocks blokken
tutorial tutorial
developers ontwikkelaars
better beter
or of
your je
users gebruikers
use gebruiken
our onze
articles artikelen
for voor
own eigen
with met

EN Tutorial prices can vary, based on subject matter, the exclusivity of the tutorials, how well-known the teacher, host or author is, if the tutorial offers formal accreditation, and the course length

NL De prijzen van tutorials hangen erg af van het onderwerp, de exclusiviteit, de reputatie van de docent, host of auteur, de lengte, en of er aan de tutorial een academische erkenning verbonden is

ภาษาอังกฤษ ดัตช์
prices prijzen
exclusivity exclusiviteit
teacher docent
host host
author auteur
length lengte
subject onderwerp
or of
is is
the de
tutorial tutorial
tutorials tutorials
based een
and en
of van

EN Tutorial prices can vary, based on subject matter, the exclusivity of the tutorials, how well-known the teacher, host or author is, if the tutorial offers formal accreditation, and the course length

NL De prijzen van tutorials hangen erg af van het onderwerp, de exclusiviteit, de reputatie van de docent, host of auteur, de lengte, en of er aan de tutorial een academische erkenning verbonden is

ภาษาอังกฤษ ดัตช์
prices prijzen
exclusivity exclusiviteit
teacher docent
host host
author auteur
length lengte
subject onderwerp
or of
is is
the de
tutorial tutorial
tutorials tutorials
based een
and en
of van

EN Tutorial prices can vary, based on subject matter, the exclusivity of the tutorials, how well-known the teacher, host or author is, if the tutorial offers formal accreditation, and the course length

NL De prijzen van tutorials hangen erg af van het onderwerp, de exclusiviteit, de reputatie van de docent, host of auteur, de lengte, en of er aan de tutorial een academische erkenning verbonden is

ภาษาอังกฤษ ดัตช์
prices prijzen
exclusivity exclusiviteit
teacher docent
host host
author auteur
length lengte
subject onderwerp
or of
is is
the de
tutorial tutorial
tutorials tutorials
based een
and en
of van

EN Tutorial prices can vary, based on subject matter, the exclusivity of the tutorials, how well-known the teacher, host or author is, if the tutorial offers formal accreditation, and the course length

NL De prijzen van tutorials hangen erg af van het onderwerp, de exclusiviteit, de reputatie van de docent, host of auteur, de lengte, en of er aan de tutorial een academische erkenning verbonden is

ภาษาอังกฤษ ดัตช์
prices prijzen
exclusivity exclusiviteit
teacher docent
host host
author auteur
length lengte
subject onderwerp
or of
is is
the de
tutorial tutorial
tutorials tutorials
based een
and en
of van

EN Tutorial prices can vary, based on subject matter, the exclusivity of the tutorials, how well-known the teacher, host or author is, if the tutorial offers formal accreditation, and the course length

NL De prijzen van tutorials hangen erg af van het onderwerp, de exclusiviteit, de reputatie van de docent, host of auteur, de lengte, en of er aan de tutorial een academische erkenning verbonden is

ภาษาอังกฤษ ดัตช์
prices prijzen
exclusivity exclusiviteit
teacher docent
host host
author auteur
length lengte
subject onderwerp
or of
is is
the de
tutorial tutorial
tutorials tutorials
based een
and en
of van

EN Tutorial prices can vary, based on subject matter, the exclusivity of the tutorials, how well-known the teacher, host or author is, if the tutorial offers formal accreditation, and the course length

NL De prijzen van tutorials hangen erg af van het onderwerp, de exclusiviteit, de reputatie van de docent, host of auteur, de lengte, en of er aan de tutorial een academische erkenning verbonden is

ภาษาอังกฤษ ดัตช์
prices prijzen
exclusivity exclusiviteit
teacher docent
host host
author auteur
length lengte
subject onderwerp
or of
is is
the de
tutorial tutorial
tutorials tutorials
based een
and en
of van

EN Tutorial prices can vary, based on subject matter, the exclusivity of the tutorials, how well-known the teacher, host or author is, if the tutorial offers formal accreditation, and the course length

NL De prijzen van tutorials hangen erg af van het onderwerp, de exclusiviteit, de reputatie van de docent, host of auteur, de lengte, en of er aan de tutorial een academische erkenning verbonden is

ภาษาอังกฤษ ดัตช์
prices prijzen
exclusivity exclusiviteit
teacher docent
host host
author auteur
length lengte
subject onderwerp
or of
is is
the de
tutorial tutorial
tutorials tutorials
based een
and en
of van

EN Tutorial prices can vary, based on subject matter, the exclusivity of the tutorials, how well-known the teacher, host or author is, if the tutorial offers formal accreditation, and the course length

NL De prijzen van tutorials hangen erg af van het onderwerp, de exclusiviteit, de reputatie van de docent, host of auteur, de lengte, en of er aan de tutorial een academische erkenning verbonden is

ภาษาอังกฤษ ดัตช์
prices prijzen
exclusivity exclusiviteit
teacher docent
host host
author auteur
length lengte
subject onderwerp
or of
is is
the de
tutorial tutorial
tutorials tutorials
based een
and en
of van

EN Tutorial prices can vary, based on subject matter, the exclusivity of the tutorials, how well-known the teacher, host or author is, if the tutorial offers formal accreditation, and the course length

NL De prijzen van tutorials hangen erg af van het onderwerp, de exclusiviteit, de reputatie van de docent, host of auteur, de lengte, en of er aan de tutorial een academische erkenning verbonden is

ภาษาอังกฤษ ดัตช์
prices prijzen
exclusivity exclusiviteit
teacher docent
host host
author auteur
length lengte
subject onderwerp
or of
is is
the de
tutorial tutorial
tutorials tutorials
based een
and en
of van

EN Tutorial prices can vary, based on subject matter, the exclusivity of the tutorials, how well-known the teacher, host or author is, if the tutorial offers formal accreditation, and the course length

NL De prijzen van tutorials hangen erg af van het onderwerp, de exclusiviteit, de reputatie van de docent, host of auteur, de lengte, en of er aan de tutorial een academische erkenning verbonden is

ภาษาอังกฤษ ดัตช์
prices prijzen
exclusivity exclusiviteit
teacher docent
host host
author auteur
length lengte
subject onderwerp
or of
is is
the de
tutorial tutorial
tutorials tutorials
based een
and en
of van

EN Tutorial prices can vary, based on subject matter, the exclusivity of the tutorials, how well-known the teacher, host or author is, if the tutorial offers formal accreditation, and the course length

NL De prijzen van tutorials hangen erg af van het onderwerp, de exclusiviteit, de reputatie van de docent, host of auteur, de lengte, en of er aan de tutorial een academische erkenning verbonden is

ภาษาอังกฤษ ดัตช์
prices prijzen
exclusivity exclusiviteit
teacher docent
host host
author auteur
length lengte
subject onderwerp
or of
is is
the de
tutorial tutorial
tutorials tutorials
based een
and en
of van

EN Tutorial prices can vary, based on subject matter, the exclusivity of the tutorials, how well-known the teacher, host or author is, if the tutorial offers formal accreditation, and the course length

NL De prijzen van tutorials hangen erg af van het onderwerp, de exclusiviteit, de reputatie van de docent, host of auteur, de lengte, en of er aan de tutorial een academische erkenning verbonden is

ภาษาอังกฤษ ดัตช์
prices prijzen
exclusivity exclusiviteit
teacher docent
host host
author auteur
length lengte
subject onderwerp
or of
is is
the de
tutorial tutorial
tutorials tutorials
based een
and en
of van

EN Tutorial prices can vary, based on subject matter, the exclusivity of the tutorials, how well-known the teacher, host or author is, if the tutorial offers formal accreditation, and the course length

NL De prijzen van tutorials hangen erg af van het onderwerp, de exclusiviteit, de reputatie van de docent, host of auteur, de lengte, en of er aan de tutorial een academische erkenning verbonden is

ภาษาอังกฤษ ดัตช์
prices prijzen
exclusivity exclusiviteit
teacher docent
host host
author auteur
length lengte
subject onderwerp
or of
is is
the de
tutorial tutorial
tutorials tutorials
based een
and en
of van

EN Tutorial prices can vary, based on subject matter, the exclusivity of the tutorials, how well-known the teacher, host or author is, if the tutorial offers formal accreditation, and the course length

NL De prijzen van tutorials hangen erg af van het onderwerp, de exclusiviteit, de reputatie van de docent, host of auteur, de lengte, en of er aan de tutorial een academische erkenning verbonden is

ภาษาอังกฤษ ดัตช์
prices prijzen
exclusivity exclusiviteit
teacher docent
host host
author auteur
length lengte
subject onderwerp
or of
is is
the de
tutorial tutorial
tutorials tutorials
based een
and en
of van

EN Get started with Sourcetree by following this tutorial and excel in Git and your projects in no time.

NL Ga aan de slag met Sourcetree door deze zelfstudie te volgen en werk snel als een pro met Git en je projecten.

ภาษาอังกฤษ ดัตช์
tutorial zelfstudie
git git
sourcetree sourcetree
your je
projects projecten
by door
and en
this deze
with met

EN Get started with Sourcetree by following this tutorial and excel in Git and your projects in no time.

NL Ga aan de slag met Sourcetree door deze zelfstudie te volgen en werk snel als een pro met Git en je projecten.

ภาษาอังกฤษ ดัตช์
tutorial zelfstudie
git git
sourcetree sourcetree
your je
projects projecten
by door
and en
this deze
with met

EN Learn the basics of Git with this space themed tutorial

NL Leer de basisprincipes van Git met deze tutorial met spaces.

ภาษาอังกฤษ ดัตช์
learn leer
git git
tutorial tutorial
basics basisprincipes
space spaces
the de
with met
of van
this deze
ภาษาอังกฤษ ดัตช์
atlassian atlassian
git git
tutorial tutorial
version control versiebeheer
is is
what wat

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.

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.

ภาษาอังกฤษ ดัตช์
simplifies vereenvoudigt
git git
repositories opslagplaatsen
focus concentreren
coding codering
visualize visualiseer
manage beheer
simple simpele
sourcetree sourcetree
your je
so zodat
how hoe
on op
and en
you can kunt

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.

ภาษาอังกฤษ ดัตช์
bitbucket bitbucket
git git
tutorials tutorials
effective effectieve
workflows workflows
your je
bring te
with met
and leren
to bouwen
that die

EN Not just a Git GUI. Sourcetree places the power of Git front and center in an easy-to-use interface.

NL Niet zomaar een Git GUI. Sourcetree plaatst de kracht van Git in het middelpunt in een gebruiksvriendelijke interface.

ภาษาอังกฤษ ดัตช์
git git
gui gui
places plaatst
power kracht
interface interface
sourcetree sourcetree
center middelpunt
in in
the de
of van

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.

ภาษาอังกฤษ ดัตช์
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

ภาษาอังกฤษ ดัตช์
simplify eenvoudig
svn svn
git git
repositories repositories
bitbucket bitbucket
and en
within de
to naar

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

ภาษาอังกฤษ ดัตช์
command opdracht
copied gekopieerd
bitbucket bitbucket
git git
https https
org org
clone clone
the de
this dit
from uit

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

ภาษาอังกฤษ ดัตช์
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

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

ภาษาอังกฤษ ดัตช์
create aanmaken
branch branch
git git
command opdracht
the de
a een
using in

กำลังแสดงคำแปล 50 จาก 50 รายการ