Download for Windows Premium
Publiciteit
git add command

Vertaling van "git add command" in Duits

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.
Weise Git an, deine neue -Datei zu verfolgen, indem du den Befehl git add eingibst.
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.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor git add command in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
honeybee: bee of genus Apis domesticated for honey
Ontdek het woord
Publiciteit

Resultaten: 10. Exact: 10. Verstreken tijd: 34 ms.