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.
Befehl git add
The git add command is used to add changes to the staging index.
Der Befehl git add wird zum Hinzufügen von Änderungen zum Staging-Index verwendet.
Just like when you created a file, the git add command doesn't return anything when you enter it correctly.
Genau wie bei der Dateierstellung gilt: Bei korrekter Eingabe gibt der Befehl git add keine Ausgabe zurück.
It turns out that Git stages a file exactly as it is when you run the git add command.
Die Erklärung dafür ist, dass Git eine Datei in exakt dem Zustand für den Commit vormerkt, in dem sie sich befindet, wenn Sie den Befehl git add ausführen.
The git add command moves changes from the working directory to the Git staging area.
Der Befehl git add verschiebt Änderungen aus dem Arbeitsverzeichnis in die Staging-Umgebung von Git.
The git add command adds a change in the working directory to the staging area.
Mit dem Befehl git add fügst du eine Änderung aus dem Arbeitsverzeichnis zur Staging-Umgebung hinzu.
The primary function of the git add command, is to promote pending changes in the working directory, to the git staging area.
Staging-Umgebung Die Hauptfunktion des Befehls git add ist die Übertragung von ausstehenden Änderungen vom Arbeitsverzeichnis in den Staging-Bereich.
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.
Der git add Befehl akzeptiert einen Pfadnamen einer Datei oder eines Verzeichnisses. Wenn du ein Verzeichnis angibst, fügt git add alle Dateien in diesem Verzeichnis und allen Unterverzeichnissen rekursiv hinzu.
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).
Man verwendet ihn, um neue Dateien zur Versionskontrolle hinzuzufügen, Dateien für einen Commit zu markieren und verschiedene andere Dinge - beispielsweise, einen Konflikt aus einem Merge als aufgelöst zu kennzeichnen.
Tell Git to track your new file using 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.
Wenn Sie den Commit jetzt anlegen, wird die Version der Datei CONTRIBUTING.md denjenigen Inhalt haben, den sie hatte, als Sie git add zuletzt ausgeführt haben - und nicht denjenigen, den sie in dem Moment hat, wenn Sie den Befehl git commit ausführen.
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.