What is the translation of " GIT INIT " in English?

Examples of using Git init in German and their translations into English

{-}
  • Colloquial category close
  • Official category close
  • Ecclesiastic category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Political category close
  • Computer category close
  • Programming category close
  • Official/political category close
  • Political category close
Optionen und Nutzung von git init.
Git init options and usage.
Mit dem Befehl git init wird ein neues Git-Repository erstellt.
The git init command creates a new Git repository.
Doch git clone ist abhängig von git init.
However, git clone is dependent on git init.
Individuelle Werte für die git init -Verzeichnisumgebung.
Custom git init directory environment values.
Zum Erstellen eines neuen Repositorys benutzt du den Befehl git init.
To create a new repo, you will use the git init command.
Genau wie git init ist das Klonen im Allgemeinen ein einmaliger Vorgang.
Like git init, cloning is generally a one-time operation.
Rufen Sie im Ordner /tmp/WordPress den Befehl git init auf.
In the/tmp/WordPress folder, call the git init command.
Sowohl git init als auch git clone erlauben das Argument--bare.
Both git init and git clone accept a--bare argument.
Auf dieser Seite beschäftigen wir uns ausführlich mit dem Befehl git init.
This page will explore the git init command in depth.
Sieh dir die Seite zu git init an, um mehr über git init zu erfahren.
Visit the git init page for a more detailed resource on git init.
Ausführliche Informationen zu Git-Vorlagen findest du auf unserer Seite zu git init.
A thorough refrence onGit templates can be found on our git init page.
Eine kurze Anmerkung: git init und git clone werden leicht verwechselt.
A quick note: git init and git clone can be easily confused.
Zuerst führst du cd auf den Root-Ordner des Projekts aus und anschließend den Befehl git init.
You will first cd to the root project folder and then execute the git init command.
Intern ruft git clone zuerst git init auf, um ein neues Repository zu erstellen.
Internally, git clone first calls git init to create a new repository.
Am Ende dieser Seite wirst du über die wichtigsten und die erweiterten Funktionen von git init Bescheid wissen.
By the end of this page you will be informed on the core functionality and extended feature set of git init.
Führen Sie den git init -Befehl aus, um die Git-Versionskontrolle im Verzeichnis zu initialisieren.
Run the git init command to initialize Git version control in the directory.
Wir haben hier zwei Möglichkeiten gezeigt,wie du ein Git-Repository erstellen kannst: git init und git clone.
Here we demonstarted how tocreate a git repository using two methods: git init and git clone.
Wenn Du git init in einem neuen oder bereits bestehenden Verzeichnis ausführst, erzeugt Git das.
When you run git init in a new or existing directory, Git creates the.
Neben den Optionen und Konfigurationen, die wir bereits besprochen haben, bietet git init noch ein paar weitere Befehlszeilenoptionen.
In addition to the options and configuration already discussed, Git init has a few other command line options.
Wenn du ein neues Repository mithilfe von git init angelegt hast, hast du kein Remote-Repository, in das du deine Änderungen verschieben könntest.
If you used git init to make a fresh repo, you will have no remote repo to push changes to.
Alle Dateien und Verzeichnisse, die in diesem Vorlagenverzeichnis enthalten sind,werden jedes Mal in das .git -Verzeichnis kopiert, wenn wir git init oder git clone nutzen.
All of the files and directories contained in this template directory arecopied into the. git directory every time you use git init or git clone.
Für die Git-Konfiguration mit git init wird standardmäßig der Pfad des .git -Unterverzeichnisses gewählt.
By default, git init will initialize the Git configuration to the. git subdirectory path.
Möglicherweise findest Du darin weitere Dateien. Obiges stammt aus einem mit git init neu angelegten Repository- das sind also die Standardinhalte.
You may see some other files in there, but this is a fresh git init repository- it's what you see by default.
Du erinnerst Dich daran, dass Du, als Du vorhin git init ausgeführt hast, anschließend git add ausgeführt hast: an dieser Stelle hast Du die Dateien in Deinem Verzeichnis der Versionskontrolle hinzugefügt.
You may recall that when you ran git init earlier, you then ran git add(files)- that was to begin tracking files in your directory.
Du musst lediglich mit"cd" in dein Projekt-Unterverzeichnis wechseln und git init ausführen, um ein voll funktionsfähiges Git-Repository zu erhalten.
All you have to do is cd into your project subdirectory and run git init, and you will have a fully functional Git repository.
Wenn du mithilfe von git init einen Verweis zu einem bestehenden Projektverzeichnis herstellst, wird dieselbe Einrichtung zum Anlegen wie oben erläutert durchgeführt, jedoch auf dieses Projektverzeichnis beschränkt.
Pointing git init to an existing project directory will execute the same initialization setup as mentioned above, but scoped to that project directory.
Im Vergleich zu SVN ist es mit dem Befehl git init unglaublich einfach, neue versionskontrollierte Projekte zu erstellen.
Compared to SVN, the git init command is an incredibly easy way to create new version-controlled projects.
Wenn du git init bereits für ein Projektverzeichnis ausgeführt hast und es dort das Unterverzeichnis .git gibt, kannst du git init problemlos auf dasselbe Projektverzeichnis anwenden.
If you have already run git init on a project directory and it contains a. git subdirectory, you can safely run git init again on the same project directory.
Der git init -Befehl kann verwendet werden, um entweder bestehende, nicht versionierte Inhalte in ein Git-Repository zu konvertieren oder, wenn Sie noch keine Dateien oder Inhalte haben, um ein neues, leeres Repository zu initialisieren.
The git init command can be used to either convert existing, unversioned content to a Git repository or, if you do not yet have files or content, to initialize a new, empty repository.
Results: 29, Time: 0.0149

Word-for-word translation

Top dictionary queries

German - English