Käännä "entered git status" kielelle Hollannin kieli

Näytetään 50 / 50 käännöstä lauseelle "entered git status" kielestä Englanti kielelle Hollannin kieli

Käännös kielestä Englanti kieleen Hollannin kieli / entered git status

Englanti
Hollannin kieli

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

Englanti Hollannin kieli
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

Englanti Hollannin kieli
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.

Englanti Hollannin kieli
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/

Englanti Hollannin kieli
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 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

Englanti Hollannin kieli
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.

Englanti Hollannin kieli
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

Englanti Hollannin kieli
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.

Englanti Hollannin kieli
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

Englanti Hollannin kieli
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

Englanti Hollannin kieli
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.

Englanti Hollannin kieli
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.

Englanti Hollannin kieli
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.

Englanti Hollannin kieli
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:

Englanti Hollannin kieli
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 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.

Englanti Hollannin kieli
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.

Englanti Hollannin kieli
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 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.

Englanti Hollannin kieli
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 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

Englanti Hollannin kieli
branch branch
entered ingevoerd
git git
status status
main main
the de
previously eerder
on on
because omdat
if als

EN Get the status of your local repository. The git status command tells you about how your project is progressing in comparison to your Bitbucket repository.

NL Geef de status van je lokale repository weer. De opdracht git status vertelt je hoe je project vordert in vergelijking met je Bitbucket-repository.

Englanti Hollannin kieli
local lokale
repository repository
git git
tells vertelt
comparison vergelijking
bitbucket bitbucket
your je
command opdracht
project project
in in
the de
status status
of van

EN Once you’ve entered all of this information, you’ll be able to conduct your SERP check. You’ll be brought to the results page, where you’ll be able to see the results for the keyword that you entered into the checker.

NL Zodra je al deze informatie hebt ingevoerd, kun je de SERP check uitvoeren. U wordt naar de resultatenpagina gebracht, waar u de resultaten kunt zien voor het trefwoord dat u in de checker hebt ingevoerd.

Englanti Hollannin kieli
entered ingevoerd
serp serp
brought gebracht
keyword trefwoord
information informatie
your je
checker checker
the de
results resultaten
into in
where waar
be wordt
check check
for voor
able kunt
conduct uitvoeren

EN SuperOffice notifies at least 24 hours in advance about all scheduled outage. System status and any scheduled downtime are presented at the login screen of each user and on the status page: status.superoffice.com.

NL SuperOffice meldt geplande onderbrekingen minimaal 24 uur van tevoren. De systeemstatus en geplande uitvaltijd worden weergegeven op het aanmeldscherm van elke gebruiker en op de statuspagina: status.superoffice.com.

Englanti Hollannin kieli
hours uur
status status
downtime uitvaltijd
presented weergegeven
user gebruiker
the de
are worden
on op
at elke
and en
of van
in advance tevoren

EN Status Dropdown: Clicking on any of the statuses here filters the My Invoices table to the right. In addition, it displays the number of invoices per status to the right of the status type.

NL Status Dropdown: Als u op een van de hier statussen klikt, filtert de My Factures-tabel aan de rechterkant.Bovendien toont het het aantal facturen per status rechts van het statustype.

Englanti Hollannin kieli
dropdown dropdown
statuses statussen
invoices facturen
table tabel
my my
clicking klikt
on op
the de
status status
number aantal
to the right rechts
here hier

EN The volume status will change to attaching while the volume is connecting to the server. Once it is attached, the status will change to in-use. However, you may need to refresh the page to view the status update.

NL De volumestatus zal veranderen in het bevestigen terwijl het volume aansluit op de server.Zodra het is bevestigd, zal de status veranderen in gebruik.Mogelijk moet u echter de pagina vernieuwen om de statusupdate te bekijken.

Englanti Hollannin kieli
volume volume
attached bevestigd
refresh vernieuwen
is is
server server
page pagina
the de
in in
use gebruik
change veranderen
status status
to om
will zal
view bekijken
need to moet

EN Reincubate maintains a status page at status.reincubate.com. The status pages allows users to subscribe to updates. Updates are sent for any planned or emergency maintenance.

NL Reincubate onderhoudt een statuspagina op status.reincubate.com . Op de statuspagina's kunnen gebruikers zich abonneren op updates. Updates worden verzonden voor gepland of noodonderhoud.

Englanti Hollannin kieli
maintains onderhoudt
users gebruikers
planned gepland
reincubate reincubate
updates updates
or of
the de
status status
subscribe abonneren
are worden
for voor
a een
sent verzonden

EN SuperOffice notifies at least 24 hours in advance about all scheduled outage. System status and any scheduled downtime are presented at the login screen of each user and on the status page: status.superoffice.com.

NL SuperOffice meldt geplande onderbrekingen minimaal 24 uur van tevoren. De systeemstatus en geplande uitvaltijd worden weergegeven op het aanmeldscherm van elke gebruiker en op de statuspagina: status.superoffice.com.

Englanti Hollannin kieli
hours uur
status status
downtime uitvaltijd
presented weergegeven
user gebruiker
the de
are worden
on op
at elke
and en
of van
in advance tevoren

EN SuperOffice notifies at least 24 hours in advance about all scheduled outage. System status and any scheduled downtime are presented at the login screen of each user and on the status page: status.superoffice.com.

NL SuperOffice meldt geplande onderbrekingen minimaal 24 uur van tevoren. De systeemstatus en geplande uitvaltijd worden weergegeven op het aanmeldscherm van elke gebruiker en op de statuspagina: status.superoffice.com.

Englanti Hollannin kieli
hours uur
status status
downtime uitvaltijd
presented weergegeven
user gebruiker
the de
are worden
on op
at elke
and en
of van
in advance tevoren

EN SuperOffice notifies at least 24 hours in advance about all scheduled outage. System status and any scheduled downtime are presented at the login screen of each user and on the status page: status.superoffice.com.

NL SuperOffice meldt geplande onderbrekingen minimaal 24 uur van tevoren. De systeemstatus en geplande uitvaltijd worden weergegeven op het aanmeldscherm van elke gebruiker en op de statuspagina: status.superoffice.com.

Englanti Hollannin kieli
hours uur
status status
downtime uitvaltijd
presented weergegeven
user gebruiker
the de
are worden
on op
at elke
and en
of van
in advance tevoren

EN SuperOffice notifies at least 24 hours in advance about all scheduled outage. System status and any scheduled downtime are presented at the login screen of each user and on the status page: status.superoffice.com.

NL SuperOffice meldt geplande onderbrekingen minimaal 24 uur van tevoren. De systeemstatus en geplande uitvaltijd worden weergegeven op het aanmeldscherm van elke gebruiker en op de statuspagina: status.superoffice.com.

Englanti Hollannin kieli
hours uur
status status
downtime uitvaltijd
presented weergegeven
user gebruiker
the de
are worden
on op
at elke
and en
of van
in advance tevoren

EN SuperOffice notifies at least 24 hours in advance about all scheduled outage. System status and any scheduled downtime are presented at the login screen of each user and on the status page: status.superoffice.com.

NL SuperOffice meldt geplande onderbrekingen minimaal 24 uur van tevoren. De systeemstatus en geplande uitvaltijd worden weergegeven op het aanmeldscherm van elke gebruiker en op de statuspagina: status.superoffice.com.

Englanti Hollannin kieli
hours uur
status status
downtime uitvaltijd
presented weergegeven
user gebruiker
the de
are worden
on op
at elke
and en
of van
in advance tevoren

EN SuperOffice notifies at least 24 hours in advance about all scheduled outage. System status and any scheduled downtime are presented at the login screen of each user and on the status page: status.superoffice.com.

NL SuperOffice meldt geplande onderbrekingen minimaal 24 uur van tevoren. De systeemstatus en geplande uitvaltijd worden weergegeven op het aanmeldscherm van elke gebruiker en op de statuspagina: status.superoffice.com.

Englanti Hollannin kieli
hours uur
status status
downtime uitvaltijd
presented weergegeven
user gebruiker
the de
are worden
on op
at elke
and en
of van
in advance tevoren

EN SuperOffice notifies at least 24 hours in advance about all scheduled outage. System status and any scheduled downtime are presented at the login screen of each user and on the status page: status.superoffice.com.

NL SuperOffice meldt geplande onderbrekingen minimaal 24 uur van tevoren. De systeemstatus en geplande uitvaltijd worden weergegeven op het aanmeldscherm van elke gebruiker en op de statuspagina: status.superoffice.com.

Englanti Hollannin kieli
hours uur
status status
downtime uitvaltijd
presented weergegeven
user gebruiker
the de
are worden
on op
at elke
and en
of van
in advance tevoren

EN Status Dropdown: Clicking on any of the statuses here filters the My Invoices table to the right. In addition, it displays the number of invoices per status to the right of the status type.

NL Status Dropdown: Als u op een van de hier statussen klikt, filtert de My Factures-tabel aan de rechterkant.Bovendien toont het het aantal facturen per status rechts van het statustype.

Englanti Hollannin kieli
dropdown dropdown
statuses statussen
invoices facturen
table tabel
my my
clicking klikt
on op
the de
status status
number aantal
to the right rechts
here hier

EN The volume status will change to attaching while the volume is connecting to the server. Once it is attached, the status will change to in-use. However, you may need to refresh the page to view the status update.

NL De volumestatus zal veranderen in het bevestigen terwijl het volume aansluit op de server.Zodra het is bevestigd, zal de status veranderen in gebruik.Mogelijk moet u echter de pagina vernieuwen om de statusupdate te bekijken.

Englanti Hollannin kieli
volume volume
attached bevestigd
refresh vernieuwen
is is
server server
page pagina
the de
in in
use gebruik
change veranderen
status status
to om
will zal
view bekijken
need to moet

EN Reincubate maintains a status page at status.reincubate.com. The status pages allows users to subscribe to updates. Updates are sent for any planned or emergency maintenance.

NL Reincubate onderhoudt een statuspagina op status.reincubate.com . Op de statuspagina's kunnen gebruikers zich abonneren op updates. Updates worden verzonden voor gepland of noodonderhoud.

Englanti Hollannin kieli
maintains onderhoudt
users gebruikers
planned gepland
reincubate reincubate
updates updates
or of
the de
status status
subscribe abonneren
are worden
for voor
a een
sent verzonden

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.

Englanti Hollannin kieli
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.

Englanti Hollannin kieli
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.

Englanti Hollannin kieli
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.

Englanti Hollannin kieli
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

Englanti Hollannin kieli
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

Englanti Hollannin kieli
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

Englanti Hollannin kieli
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 Create a branch using the Git branch command. git branch

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

Englanti Hollannin kieli
create aanmaken
branch branch
git git
command opdracht
the de
a een
using in

EN Using Git LFS, large files are kept in parallel storage to your code, and lightweight references are stored in your Git repository. This is useful for teams that work with large media such as audio or video files, making repositories smaller and faster.

NL Met Git LFS worden grote bestanden parallel aan je code bewaard en kleine referenties in je Git-repository. Dit is handig voor teams die werken met grote media zoals audio- of videobestanden, omdat repositories kleiner en sneller worden.

Englanti Hollannin kieli
git git
large grote
parallel parallel
code code
references referenties
useful handig
teams teams
work werken
media media
faster sneller
files bestanden
in in
your je
is is
audio audio
or of
repository repository
smaller kleiner
as zoals
are worden
for voor
with met
and en
stored bewaard
this dit

EN If your project is using Git and the repository service doesn’t offer Git support, it would be very challenging to use that repository hosting service.

NL Als je project Git gebruikt en de repositoryservice Git niet ondersteunt, wordt het erg lastig om die repository-hostingservice te gebruiken.

Englanti Hollannin kieli
git git
repository repository
your je
project project
support ondersteunt
the de
to om
use gebruiken
if als
is wordt
and en

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.

Englanti Hollannin kieli
git git
tutorial tutorial
the de
a a
to om
our onze
learn leren
over te
of van

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

Englanti Hollannin kieli
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

Englanti Hollannin kieli
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 Create a branch using the Git branch command. git branch

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

Englanti Hollannin kieli
create aanmaken
branch branch
git git
command opdracht
the de
a een
using in

EN Step 9: Enabling Git will allow you to copy your site's files from a Git repository rather than upload through Plesk or FTP.

NL Stap 9: Git inschakelen kunt u de bestanden van uw site van een git-repository kopiëren in plaats van uploaden via Plesk of FTP.

Englanti Hollannin kieli
enabling inschakelen
git git
upload uploaden
plesk plesk
ftp ftp
will kunt
files bestanden
repository repository
or of
copy kopiëren
sites van
step stap
you u
a een
rather in

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.

Englanti Hollannin kieli
bitbucket bitbucket
git git
tutorials tutorials
effective effectieve
workflows workflows
your je
bring te
with met
and leren
to bouwen
that die

Näytetään 50 / 50 käännöstä