What is the translation of " RUN THE GIT " in German?

Noun
führen sie den Befehl Git

Examples of using Run the git in English and their translations into German

{-}
  • 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
Alternatively, you can run the git fetch command.
Alternativ können Sie den Befehl git fetch ausführen.
Run the git config-l command to verify your configuration.
Führen Sie den Befehl git config -l aus, um zu Ihre Konfiguration zu überprüfen.
To show only commit IDs and messages, run the git log--pretty=oneline command.
Führen Sie den Befehl git log--pretty=oneline aus, um nur Commit-IDs und Nachrichten anzuzeigen.
Run the git branch command, specifying the--all option.
Führen Sie den Befehl git branch aus und geben Sie die Option--all an.
Using the HTTPS URL you copied, run the git clone command to clone the repository.
Führen Sie mithilfe der HTTPS-URL, die Sie kopiert haben, den git clone -Befehl aus, um das Repository zu klonen.
Run the git push command to push your changes to AWS CodeCommit.
Führen Sie den Befehl git push aus, um Ihre Änderungen mithilfe von Push an AWS CodeCommit zu übertragen.
To see the differences between two commits, run the git diff command and include the two commit IDs.
Führen Sie den Befehl git diff aus und geben Sie dabei die beiden Commit-IDs an, um die Unterschiede zwischen diesen Commits zu sehen.
Run the git init command to initialize Git version control in the directory.
Führen Sie den git init -Befehl aus, um die Git-Versionskontrolle im Verzeichnis zu initialisieren.
From the/tmp directory, using the SSH URL you copied, run the git clone command to clone the repository.
Führen Sie im Verzeichnis"/tmp" mithilfe der SSH-URL, die Sie kopiert haben, den git clone -Befehl aus, um das Repository zu klonen.
Run the git remote set-url command to update the remote URL to use the new repository's name.
Führen Sie den Befehl git remote set-url aus, um die Remote-URL für die Verwendung des neuen Repository-Namens zu aktualisieren.
In the Bash emulator, using the SSH URL you just copied, run the git clone command to clone the repository.
Führen Sie im Bash-Emulator mithilfe der soeben kopierten SSH-URL den Befehl git clone aus, um das Repository zu klonen.
Run the git remote show remote-name command, where remote-name is the alias of the AWS CodeCommit repository by default, origin.
Führen Sie den Befehl git remote show remote-name aus, wobei remote-name der Alias des AWS CodeCommit-Repositorys ist standardmäßig origin.
To check whether you already have Git installed, run the git--version command as described in this step.
Um zu überprüfen, ob Sie Git bereits installiert haben, führen Sie den Befehl git--version wie in diesem Schritt beschrieben aus.
In Terminal, run the git config command to find the Git configuration file(gitconfig) where the Keychain Access utility is defined.
Geben Sie in Terminal den Befehl git config ein, um die Git-Konfigurationsdatei(gitconfig) zu finden, in der das Keychain Access-Dienstprogramm definiert ist.
From the command prompt or terminal, switch to your local repo directory and run the git remote-v command.
Wechseln Sie über das Befehlszeilen- oder Terminalfenster zu Ihrem lokalen Repository-Verzeichnis und führen Sie den Befehl git remote -v aus.
After you have made your changes, run the git add and git commit commands to stage and commit them.
Nachdem Sie die Änderungen vorgenommen haben, führen Sie die Befehle git add und git commit aus, um sie bereitzustellen und einen Commit durchzuführen.
From the terminal or command line, at the directory location where youwant to clone the repository, run the git config--local user.
Führen Sie am Terminal oder über die Befehlszeile an dem Speicherort, an demSie das Repository klonen möchten, die Befehle git config--local user.
To clone the repository, run the git clone command, supplying the repository's clone URL, shown here as CLONE_URL.
Um das Repository zu klonen, führen Sie den git clone -Befehl aus und übergeben Sie die Klon-URL des Repositorys,die hier als CLONE_URL angezeigt wird.
At the command line or terminal,in the directory where you want to clone the repository, run the git clone command with the HTTPS clone URL.
Führen Sie über die Befehlszeile oderam Terminal in dem Verzeichnis, in dem Sie das Repository klonen möchten, den Befehl git clone mit der HTTPS-Klon-URL ein.
To delete the branch from the local repo, run the git branch-D branch-name command where branch-name is the name of the branch you want to delete.
Führen Sie zum Löschen des Branches im Lokales Repository den Befehl git branch -D branch-name aus, wobei branch-name für den Namen des zu löschenden Branches steht.
From the local repo on your computer, at the terminal or command line, make sure youhave pulled the latest changes to the repository, and then run the git checkout command, specifying the source branch of the pull request.
Stellen Sie aus dem lokalen Repository auf Ihrem Computer, am Terminal oder in der Befehlszeile sicher,dass Sie die neuesten Änderungen im Repository angefordert haben, und führen dann den Befehl git checkout aus, wobei Sie den Quell-Branch der Pull-Anfrage angeben.
Run the git remote set-url--add--push origin git-repository-name command where git-repository-name is the URL and name of the Git repository where you want to host your code.
Führen Sie den Befehl git remote set-url--add--push origin git-repository-name aus, wobei git-repository-name für die URL und den Namen des Git-Repositorys steht, in dem Sie Ihren Code hosten möchten.
To push the new branch from thelocal repo to the AWS CodeCommit repository, run the git push command, specifying both the remote-name and the new-branch-name.
Um den neuen Branch vomLokales Repository auf das AWS CodeCommit-Repository zu übertragen, führen Sie den Befehl git push aus, wobei Sie remote-name und new-branch-name angeben.
Run the git config command twice: once to configure Git to use the AWS CLI credential helper with the AWS CLI profile you just created, and again to use HTTP.
Führen Sie den Befehl git config zweimal aus: einmal zur Konfiguration von Git zur Verwendung des AWS CLI-Hilfsprogramms für Anmeldeinformationen mit dem AWS CLI-Profil, das Sie gerade erstellt haben, und einmal zur Verwendung von HTTP.
If you want to integrate changes that have been made to thedestination branch into the source branch(forward integration), run the git merge command, specifying the destination branch, to merge those changes into the source branch.
Wenn Sie Änderungen am Ziel-Branch in den Quell-Branch integrieren wollen(Vorwärts-Integration),führen Sie den Befehl git merge aus und geben dabei den Ziel-Branch an, dessen Änderungen in den Quell-Branch integriert werden sollen.
To delete the branchfrom the AWS CodeCommit repository, run the git push remote-name--delete branch-name command where remote-name is the nickname the local repo uses for the AWS CodeCommit repository and branch-name is the name of the branch you want to delete from the AWS CodeCommit repository.
Führen Sie zum Löschen des Branchesim AWS CodeCommit-Repository den Befehl git push remote-name--delete branch-name aus, wobei remote-name der vom Lokales Repository für AWS CodeCommit-Repository verwendete Name und branch-name der Name des Branches ist, der im AWS CodeCommit-Repository gelöscht werden soll.
From the terminal or commandprompt on your local computer, run the git clone command with the--mirror option to clone a bare copy of the remote repository into a new folder named aws-codecommit-demo.
Führen Sie im Terminal-oder Befehlszeilenfenster des lokalen Computers den Befehl git clone mit der Option--mirror aus, um eine Kopie des Remote-Repositorys in einen neuen Ordner mit dem Namen aws-codecommit-demo zu klonen.
Create a new branch in your local repo by running the git checkout-b new-branch-name command, where new-branch-name is the name of the new branch.
Erstellen Sie in dem Lokales Repository einen neuen Branch, indem Sie den Befehl git checkout -b new-branch-name ausführen, wobei new-branch-name für den Namen des neuen Branches steht.
These patterns are relative to the directory in which you ran the git lfs track command.
Diese Muster hängen von dem Verzeichnis ab, in dem du den Befehl git lfs track ausgeführt hast.
Results: 29, Time: 0.037

Word-for-word translation

Top dictionary queries

English - German