We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
To stage it, you run the git add command (it's a multipurpose command - you use it to begin tracking new files, to stage files, and to do other things like marking merge-conflicted files as resolved).
Om het te stagen, voer je het git add commando uit (het is een veelzijdig commando - je gebruikt het om bestanden te volgen, om bestanden te stagen, en andere dingen zoals een bestand met een mergeconflict als opgelost te markeren).
This tells Git to not stash anything that you've already staged with the git add command.
Dit vertelt Git niets te stashen wat je al gestaged hebt met het git add commando.
The git add command adds content from the working directory into the staging area (or "index") for the next commit.
Het git add commando voegt inhoud van de werk directory toe aan de staging area (of "index") voor de volgende commit.
The git add command takes a path name for either a file or a directory; if it's a directory, the command adds all the files in that directory recursively.
Het git add commando beschouwt een padnaam als een bestand of een directory. Als de padnaam een directory is, dan voegt het commando alle bestanden in die directory recursief toe.
In order to do that, we make use of the git add command.
However as git-svn cannot set this property when using the git add command, the result is that binary files will be treated as text.
Omdat git-svn deze eigenschap echter niet kan instellen bij gebruik van het commando git add, is het resultaat dat binaire bestanden als tekst worden behandeld.
It turns out that Git stages a file exactly as it is when you run the git add command.
If you commit now, the version of CONTRIBUTING.md as it was when you last ran the git add command is how it will go into the commit, not the version of the file as it looks in your working directory when you run git commit.
Als je nu commit, dan zal de versie van benchmarks.rb zoals het was toen je voor 't laatst git add uitvoerde worden toegevoegd in de commit, en niet de versie van het bestand zoals het eruit ziet in je werkdirectory toen je git commit uitvoerde.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.