"cli and git" dilini Holland dilinə tərcümə edin

İngilis dilindən Holland dilinə "cli and git" ifadəsinin 50 tərcüməsinin 50 göstərilir

İngilis sözünün cli and git sözünün Holland dilinə tərcüməsi

İngilis
Holland

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

İngilis Holland
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

İngilis Holland
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.

İngilis Holland
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/

İngilis Holland
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 Doppler CLI knows everything about fetching your secrets based on your project directory. Do not worry if anything changes, you can easily roll back the broken modifications in a single click or via CLI and API.

NL Doppler CLI weet alles over het ophalen van uw geheimen op basis van uw projectdirectory. Maakt u zich geen zorgen als er iets verandert, u kunt de kapotte wijzigingen eenvoudig terugdraaien met een enkele klik of via CLI en API.

İngilis Holland
secrets geheimen
worry zorgen
click klik
api api
easily eenvoudig
or of
the de
on op
changes wijzigingen
about over
and en
you can kunt
if als
you u

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

İngilis Holland
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

İngilis Holland
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

İngilis Holland
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

İngilis Holland
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 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.

İngilis Holland
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.

İngilis Holland
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 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.

İngilis Holland
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.

İngilis Holland
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:

İngilis Holland
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 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.

İngilis Holland
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.

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

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.

İngilis Holland
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 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.

İngilis Holland
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 Nestify is also compatible with Git and provides SSH and WP-CLI access.

NL Nestify is ook compatibel met Git en biedt SSH en WP-CLI-toegang.

İngilis Holland
git git
ssh ssh
access toegang
is is
provides biedt
compatible compatibel
and en
with met

EN Use our free SSH environment (Secure Shell), pre-installed with WP-CLI and Git, and save valuable time developing your WordPress websites.

NL Gebruik onze gratis SSH-omgeving (Secure Shell), voorgeïnstalleerd met WP-CLI en Git en bespaar waardevolle tijd bij het ontwikkelen van je WordPress websites.

İngilis Holland
ssh ssh
environment omgeving
git git
save bespaar
valuable waardevolle
time tijd
developing ontwikkelen
your je
wordpress wordpress
free gratis
use gebruik
with bij
our onze
secure secure
and en
websites websites

EN An SSH environment with WP-CLI and Git pre-installed is included in all our business hosting plans.

NL In de zakelijke pakketten kun je gemakkelijk terugvallen op een SSH-omgeving. WP-CLI en Git zijn vooraf geïnstalleerd.

İngilis Holland
ssh ssh
environment omgeving
git git
business zakelijke
installed geïnstalleerd
in in
with op
pre vooraf
and en
all de
is zijn

EN An SSH environment with WP-CLI and Git already preinstalled is included from the STARTER plan onwards.

NL Vanaf het STARTER tarief heb je toegang tot een SSH-omgeving. WP-CLI en Git zijn vooraf geïnstalleerd.

İngilis Holland
ssh ssh
environment omgeving
git git
starter starter
with vooraf
and en

EN Use our free SSH (Secure Shell) environment: preloaded with WP-CLI and Git. Save yourself valuable time developing your WordPress sites.

NL Gebruik onze gratis SSH-omgeving (Secure Shell). Voorgeïnstalleerd met WP-CLI en Git en bespaar kostbare tijd bij het ontwikkelen van jouw WordPress websites.

İngilis Holland
ssh ssh
environment omgeving
git git
save bespaar
valuable kostbare
time tijd
developing ontwikkelen
wordpress wordpress
use gebruik
free gratis
with bij
sites van
our onze
secure secure
and en

EN Use our free Secure Shell environment (SSH) with pre-installed WP CLI as well as Git and save valuable time developing your WordPress projects.

NL Gebruik onze gratis Secure Shell omgeving (SSH) met voorgeïnstalleerde WP CLI en Git en bespaar kostbare tijd bij het ontwikkelen van je WordPress projecten.

İngilis Holland
environment omgeving
ssh ssh
git git
save bespaar
valuable kostbare
wp wp
your je
wordpress wordpress
projects projecten
free gratis
developing ontwikkelen
use gebruik
time tijd
with bij
our onze
secure secure
and en

EN From the STARTER plan you can access an SSH environment. WP-CLI and Git are already pre-installed.

NL Vanaf het STARTER tarief krijg je toegang tot een SSH-omgeving WP-CLI en Git zijn vooraf geïnstalleerd.

İngilis Holland
starter starter
ssh ssh
environment omgeving
git git
pre vooraf
installed geïnstalleerd
access toegang
and en
are zijn

EN Use our free SSH environment (Secure Shell). It comes pre-installed with WP-CLI Git and saves you valuable time when developing your WordPress websites.

NL Gebruik onze gratis SSH-omgeving (Secure Shell). Het wordt voorgeïnstalleerd met WP-CLI Git en bespaart je kostbare tijd bij het ontwikkelen van je WordPress websites.

İngilis Holland
ssh ssh
environment omgeving
git git
saves bespaart
valuable kostbare
developing ontwikkelen
time tijd
your je
wordpress wordpress
free gratis
use gebruik
with bij
our onze
secure secure
websites websites
and en

EN SSH with Git and WP-CLI is included on all your WooCommerce BOXES.

NL SSH met Git en WP-CLI is bij al je WooCommerce-BOXEN inbegrepen.

İngilis Holland
ssh ssh
git git
included inbegrepen
woocommerce woocommerce
boxes boxen
is is
your je
with bij
and en

EN As a web design professional, you not only host your customer projects for free during development but you also benefit from development tools like 1-click WordPress staging, WordPress templates, SSH (incl. WP-CLI & Git) and many more.

NL Als webdesign professional host je niet alleen gratis tijdens de ontwikkelingsfase, je profiteert ook van ontwikkeltools zoals 1-kik WordPress staging, WordPress templates, SSH (incl. WP-CLI & Git) en nog veel meer.

İngilis Holland
professional professional
ssh ssh
git git
host host
your je
wordpress wordpress
free gratis
during tijdens
and en
templates templates
but
many veel
more meer

EN From that STARTER plan upwards, you can access an SSH environment. WP-CLI and Git are preinstalled.

NL Vanaf het STARTER tarief kun je gebruik maken van een SSH-omgeving. WP-CLIen Git zijn al voorgeïnstalleerd.

İngilis Holland
starter starter
ssh ssh
environment omgeving
git git
you can kun
from vanaf
are zijn
and maken
you je

EN Get a complete WordPress development toolkit – WP-CLI, SSH access, Git integration, and PHP version control.

NL Je ontvangt een complete toolkit met WP-CLI, SSH-toegang, Git-integratie en PHP-versiebeheer.

İngilis Holland
toolkit toolkit
get ontvangt
and en
complete complete
a een

EN With SSH access, Git, WP-CLI, SFTP, phpMyAdmin, and multiple PHP versions, you will have total control over your site. If you need any technical assistance, our experienced tech consultants are ready to help 24/7.

NL Met SSH-toegang, Git, WP-CLI, SFTP, phpMyAdmin en meerdere PHP-versies. Zo heeft u volledige controle over uw site. Als u technische hulp nodig heeft, staan onze ervaren technische consultants 24/7 voor u klaar.

İngilis Holland
ssh ssh
access toegang
git git
sftp sftp
php php
control controle
consultants consultants
versions versies
site site
experienced ervaren
ready klaar
technical technische
multiple meerdere
need nodig
our onze
and en
with met
you u
if als
to over
are staan

EN WP-CLI & Git) enables maximum productivity in your project management.

NL WP-CLI & Git) bereik je maximale productiviteit bij het management van je projecten.

İngilis Holland
git git
maximum maximale
productivity productiviteit
in bij
your je
management management
project projecten

EN SSH with pre-installed WP-CLI & Git

NL SSH met vooraf geïnstalleerde WP-CLI & Git

İngilis Holland
ssh ssh
git git
installed geïnstalleerde
pre vooraf

EN SSH environment - free of charge with WP-CLI & Git " RAIDBOXES®

NL SSH-omgeving - gratis met WP-CLI & Git « RAIDBOXES®

İngilis Holland
ssh ssh
environment omgeving
git git
raidboxes raidboxes
free gratis
with met

EN SSH environment - free with WP-CLI & Git

NL SSH-omgeving - gratis met WP-CLI & Git

İngilis Holland
ssh ssh
environment omgeving
free gratis
git git
with met

EN SSH environment with WP CLI & Git

NL SSH-omgeving met WP CLI & Git

İngilis Holland
ssh ssh
environment omgeving
wp wp
git git
with met

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

İngilis Holland
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 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.

İngilis Holland
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 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

İngilis Holland
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

İngilis Holland
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

İngilis Holland
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 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.

İngilis Holland
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 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.

İngilis Holland
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 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.

İngilis Holland
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.

İngilis Holland
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.

İngilis Holland
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.

İngilis Holland
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

İngilis Holland
simplify eenvoudig
svn svn
git git
repositories repositories
bitbucket bitbucket
and en
within de
to naar

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.

İngilis Holland
git git
repository repository
your je
project project
support ondersteunt
the de
to om
use gebruiken
if als
is wordt
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.

İngilis Holland
bitbucket bitbucket
git git
tutorials tutorials
effective effectieve
workflows workflows
your je
bring te
with met
and leren
to bouwen
that die

50 tərcümədən 50 göstərilir