{Ssearch} wergerîne Holandî

{Endresult} ji 50 wergerên peyva "git branch command" ji Îngilîzî bo Holandî têne nîşandan

Wergerên {lêgerîn}

"git branch command" di Îngilîzî de dikare bi van Holandî peyv/hevokên jêrîn were wergerandin:

git git
branch branch filiaal of voor
command aan alle beheren bestanden command commando computer de deze doen domein door gebruik gebruiken hebben in in de inhoud kan maakt maken met naar op de opdracht open over site sites software stellen tools tot uit uitgevoerd url van de voor website werken zijn

Wergera Îngilîzî bo Holandî ya {lêgerîn}

Îngilîzî
Holandî

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

Îngilîzî Holandî
git git
marketing marketing
budget budget
developers ontwikkelaars
designers ontwerpers
human human
for voor
management beheert
resources resources
a een

EN Create a branch using the Git branch command. git branch

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

Îngilîzî Holandî
create aanmaken
branch branch
git git
command opdracht
the de
a een
using in

EN Create a branch using the Git branch command. git branch

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

Îngilîzî Holandî
create aanmaken
branch branch
git git
command opdracht
the de
a een
using in

EN Create a branch using the Git branch command. git branch

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

Îngilîzî Holandî
create aanmaken
branch branch
git git
command opdracht
the de
a een
using in

EN Create a branch using the Git branch command. git branch

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

Îngilîzî Holandî
create aanmaken
branch branch
git git
command opdracht
the de
a een
using in

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

Îngilîzî Holandî
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 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.

Îngilîzî Holandî
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 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

Îngilîzî Holandî
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

Îngilîzî Holandî
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

Îngilîzî Holandî
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

Îngilîzî Holandî
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 Because you are creating a branch to work on something new, every time you create a new branch (with git branch), you want to make sure to check it out (with git checkout) if you're going to use it

NL Omdat je een branch aanmaakt om aan iets nieuws te werken, moet je elke keer dat je een nieuwe branch aanmaakt (met git branch) deze uitchecken (met git checkout) voordat je die gaat gebruiken

Îngilîzî Holandî
branch branch
git git
checkout checkout
to om
work werken
use gebruiken
because omdat
with met
if moet
every elke
sure dat
out te
something iets
want je

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.

Îngilîzî Holandî
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/

Îngilîzî Holandî
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 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.

Îngilîzî Holandî
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 The -branch argument lets you specify a specific branch to clone instead of the branch the remote HEAD is pointing to, usually the main branch. In addition you can pass a tag instead of branch for the same effect.

NL Met het argument -branch kun je een specifieke branch opgeven om te klonen in plaats van de branch waarnaar de externe HEAD verwijst (meestal de hoofd-branch). Daarnaast kun je voor hetzelfde effect een tag doorgeven in plaats van de branch.

Îngilîzî Holandî
argument argument
branch branch
clone klonen
remote externe
effect effect
in in
the de
instead in plaats van
you can kun
to om
tag tag
in addition daarnaast
head hoofd
usually meestal
a een
for voor

EN Open a Command Prompt (or Git Bash if during installation you elected not to use Git from the Windows Command Prompt).

NL Open een opdrachtprompt (of Git Bash als je tijdens de installatie ervoor hebt gekozen om Git niet te gebruiken via de Windows-opdrachtprompt).

Îngilîzî Holandî
git git
installation installatie
elected gekozen
windows windows
or of
to om
the de
open open
use gebruiken
during tijdens
from via
if als

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

Îngilîzî Holandî
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

Îngilîzî Holandî
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

Îngilîzî Holandî
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

Îngilîzî Holandî
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 The git checkout command works hand-in-hand with git branch

NL De opdracht git checkout werkt samen met git branch

Îngilîzî Holandî
git git
command opdracht
works werkt
branch branch
checkout checkout
the de
with samen

EN This is possible by defining three levels of command sets within the modem, the basic command set, the extended command set and the proprietary command set.

NL Dit is mogelijk door het definiëren van drie niveaus van commando?s in het modem, de basis commando set, de uitgebreide commando set en de merkspecifieke commando set.

Îngilîzî Holandî
possible mogelijk
levels niveaus
command commando
modem modem
extended uitgebreide
is is
defining definiëren
the de
three drie
basic basis
set set
this dit
by door
and en
of van

EN This is possible by defining three levels of command sets within the modem, the basic command set, the extended command set and the proprietary command set.

NL Dit is mogelijk door het definiëren van drie niveaus van commando?s in het modem, de basis commando set, de uitgebreide commando set en de merkspecifieke commando set.

Îngilîzî Holandî
possible mogelijk
levels niveaus
command commando
modem modem
extended uitgebreide
is is
defining definiëren
the de
three drie
basic basis
set set
this dit
by door
and en
of van

EN Go back to your local terminal window and send your committed changes to Bitbucket using git push origin main. This command specifies that you are pushing to the main branch (the branch on Bitbucket) on origin (the Bitbucket server).

NL Ga terug naar je lokale terminalvenster en stuur je gecommitte wijzigingen naar Bitbucket met git push origin main. Deze opdracht houdt in dat je naar de hoofdbranch (de branch op Bitbucket) op origin (de Bitbucket-server) pusht.

Îngilîzî Holandî
local lokale
changes wijzigingen
bitbucket bitbucket
git git
main main
command opdracht
branch branch
server server
origin origin
go ga
your je
on op
the de
and en

EN The default development branch. Whenever you create a git repository, a branch named "main" is created, and becomes the active branch.

NL De standaard ontwikkelingsbranch. Als je een Git-repository aanmaakt, wordt een branch met de naam 'main' aangemaakt. Deze wordt de actieve branch.

Îngilîzî Holandî
default standaard
branch branch
git git
repository repository
named naam
main main
active actieve
the de
is wordt
a een

EN List the branches for this repository. You’ll see the default branch main, and the new branch you created. git branch

NL Maak een overzicht van de branches voor deze repository. Je ziet de standaard main-branch en de nieuwe branch die je hebt gemaakt. Git-branch

Îngilîzî Holandî
branches branches
repository repository
default standaard
branch branch
main main
git git
new nieuwe
created gemaakt
the de
for voor
this deze
see ziet
and en

EN The default development branch. Whenever you create a git repository, a branch named "main" is created, and becomes the active branch.

NL De standaard ontwikkelingsbranch. Als je een Git-repository maakt, wordt er een branch met de naam 'master' gemaakt. Deze wordt de actieve branch.

Îngilîzî Holandî
default standaard
branch branch
git git
repository repository
named naam
active actieve
the de
created gemaakt
create maakt
is wordt
a een

EN List the branches for this repository. You’ll see the default branch master, and the new branch you created. git branch

NL Maak een overzicht van de branches voor deze repository. Je ziet de standaard branch-master en de nieuwe branch die je hebt gemaakt. git branch

Îngilîzî Holandî
branches branches
repository repository
default standaard
branch branch
git git
new nieuwe
created gemaakt
the de
for voor
this deze
see ziet
and en

EN The default development branch. Whenever you create a git repository, a branch named "main" is created, and becomes the active branch.

NL De standaard ontwikkelingsbranch. Als je een Git-repository maakt, wordt er een branch met de naam 'master' gemaakt. Deze wordt de actieve branch.

Îngilîzî Holandî
default standaard
branch branch
git git
repository repository
named naam
active actieve
the de
created gemaakt
create maakt
is wordt
a een

EN List the branches for this repository. You’ll see the default branch master, and the new branch you created. git branch

NL Maak een overzicht van de branches voor deze repository. Je ziet de standaard branch-master en de nieuwe branch die je hebt gemaakt. git branch

Îngilîzî Holandî
branches branches
repository repository
default standaard
branch branch
git git
new nieuwe
created gemaakt
the de
for voor
this deze
see ziet
and en

EN The default development branch. Whenever you create a git repository, a branch named "main" is created, and becomes the active branch.

NL De standaard ontwikkelingsbranch. Als je een Git-repository aanmaakt, wordt een branch met de naam 'main' aangemaakt. Deze wordt de actieve branch.

Îngilîzî Holandî
default standaard
branch branch
git git
repository repository
named naam
main main
active actieve
the de
is wordt
a een

EN List the branches for this repository. You’ll see the default branch main, and the new branch you created. git branch

NL Maak een overzicht van de branches voor deze repository. Je ziet de standaard main-branch en de nieuwe branch die je hebt gemaakt. Git-branch

Îngilîzî Holandî
branches branches
repository repository
default standaard
branch branch
main main
git git
new nieuwe
created gemaakt
the de
for voor
this deze
see ziet
and en

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

Îngilîzî Holandî
branch branch
entered ingevoerd
git git
status status
main main
the de
previously eerder
on on
because omdat
if als

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.

Îngilîzî Holandî
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.

Îngilîzî Holandî
new nieuw
git git
worries zorgen
tutorials tutorials
read lees
to om
right goed
no geen
we wij
you je
our onze

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

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

Îngilîzî Holandî
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 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:

Îngilîzî Holandî
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.

Îngilîzî Holandî
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.

Îngilîzî Holandî
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.

Îngilîzî Holandî
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 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

Îngilîzî Holandî
command opdracht
copied gekopieerd
bitbucket bitbucket
git git
https https
org org
clone clone
the de
this dit
from uit

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

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

Îngilîzî Holandî
command opdracht
copied gekopieerd
bitbucket bitbucket
git git
https https
org org
clone clone
the de
this dit
from uit

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

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

Îngilîzî Holandî
command opdracht
copied gekopieerd
bitbucket bitbucket
git git
https https
org org
clone clone
the de
this dit
from uit

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

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

Îngilîzî Holandî
command opdracht
copied gekopieerd
bitbucket bitbucket
git git
https https
org org
clone clone
the de
this dit
from uit

EN The git add command moves changes from the working directory to the Git staging area. The staging area is where you prepare a snapshot of a set of changes before committing them to the official history.

NL De opdracht git add verplaatst wijzigingen van de werkdirectory naar de staging area van Git. In de staging area maak je een snapshot van een reeks wijzigingen voordat je ze commit naar de officiële geschiedenis.

Îngilîzî Holandî
git git
add add
changes wijzigingen
snapshot snapshot
history geschiedenis
command opdracht
the de
to maak
of van
set reeks

EN git clone is a Git command line utility which is used to target an existing repository and create a clone, or copy of the target repository

NL git clone is een Git-opdrachtregelhulpprogramma dat wordt gebruikt om een bestaande repository te targeten en een kloon of kopie van de doelrepository te maken

Îngilîzî Holandî
git git
repository repository
copy kopie
is is
or of
the de
to om
existing bestaande
a een
used gebruikt
and en
clone kloon
of van

EN The git clone command copies an existing Git repository

NL De opdracht git clone kopieert een bestaande Git-repository

Îngilîzî Holandî
git git
command opdracht
existing bestaande
repository repository
clone clone
the de
an een

EN When using the git-flow extension library, executing git flow init on an existing repo will create the develop branch:

NL Wanneer je de 'git-flow'-extensiebibliotheek gebruikt, zal het uitvoeren van git flow init op een bestaande repo de develop-branch aanmaken:

Îngilîzî Holandî
git git
flow flow
existing bestaande
branch branch
on op
the de
when wanneer
will zal
executing het uitvoeren van
an een
create aanmaken

EN Clones the repo at <repo location> and applies the template from <template directory> to the newly created local branch. A thorough refrence on Git templates can be found on our git init page.  

NL Kloont de repo op < repo-locatie> en past de sjabloon uit <sjabloonmap> toe op de nieuw gemaakte lokale branch. Een grondige verwijzing naar Git-sjablonen is te vinden op onze git init-pagina.

Îngilîzî Holandî
newly nieuw
local lokale
branch branch
git git
location locatie
template sjabloon
templates sjablonen
page pagina
the de
on op
to toe
a een
our onze
from uit
and en
can gemaakte

{Endresult} ji 50 wergeran nîşan dide