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

Adjective
führen sie den Befehl Git

Examples of using Run 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
You can run git status or git branch.
Sie können git status oder git branch ausführen.
This will be created automatically when you run git clone.
Dieses wird automatisch erstellt, wenn du git clone ausführst.
To fix this, you must run git submodule update again.
Um dies zu beheben, muss man den Befehl git submodule update erneut ausführen.
Run git add to stage the change in your local repo.
Führen Sie git add aus, um die Änderung per Stage an Ihr lokales Repository zu übertragen.
To get a list of branch names, run git branch.
Um eine Liste der Branch-Namen zu erhalten, führen Sie den Befehl git branch aus.
You can also run git status to get the current branch name.
Sie können auch git status ausführen, um den aktuellen Branch-Namen abzurufen.
If you don't know the commit ID, run git log to get it.
Wenn Sie die Commit-ID nicht kennen, führen Sie git log aus, um sie abzurufen.
Alternatively, run git status to show the current branch name.
Sie können auch git status ausführen, um den aktuellen Branch-Namen anzuzeigen.
This process is just like sharing remote branches- you can run git push origin tagname.
Der Vorgang entspricht dem bei Branches: Du kannst den Befehl git push origin[tagname] verwenden.
Run git add bird. txt to include the new file in the pending commit.
Führen Sie git add bird.txt aus, um die neue Datei in den schwebenden Commit aufzunehmen.
If you didn't want it to be called serverfix on the remote,you could instead run git push origin serverfix.
Wenn Du ihn auf dem externen Server nicht serverfix nennen möchtest,könntest Du stattdessen git push origin serverfix.
Run git push--tags to send the tags to the AWS CodeCommit repository.
Führen Sie git push--tags aus, um die Tags an das AWS CodeCommit-Repository zu übertragen.
To see a list of available branches andfind out which branch you are currently set to use, run git branch.
Um eine Liste der verfügbaren Branches zu sehen und festzustellen,welchen Branch Sie derzeit verwenden, führen Sie git branch aus.
If you run git status again, you should see output similar to the following.
Wenn Sie den Befehl git status erneut ausführen, sollte die Befehlsausgabe der folgenden ähneln.
To get thenickname the local repo uses for the AWS CodeCommit repository, run git remote.
Zum Anzeigen des Kurznamens,den das Lokales Repository für das AWS CodeCommit-Repository verwendet, führen Sie den Befehl git remote aus.
When you run git init in a new or existing directory, Git creates the.
Wenn Du git init in einem neuen oder bereits bestehenden Verzeichnis ausführst, erzeugt Git das.
Gitignore file to have Gitnot see them as untracked files or try to stage them when you run git add on them.
Gitignore Datei Git dazu bringst,bestimmte Dateien nicht weiter zu verfolgen beziehungsweise zu stagen, wenn Du den Befehl git add verwendest.
This time, if you run git show on the tag, you don't see the extra tag information.
Wenn Du jetzt git show auf den Tag ausführst, siehst Du keine der zusätzlichen Tag Informationen.
To add a new remote Gitrepository as a shortname you can reference easily, run git remote add[shortname] url.
Um ein neues Remote Repository mit einemKurznamen hinzuzufügen, den Du Dir leicht merken kannst, führst Du den Befehl git remote add[shortname][url] aus.
Instead, you must run git diff-tree with the branch you want to compare to.
Man muss stattdessen den Befehl git diff-tree verwenden und als Argument den zu vergleichenden Branch angeben.
To push changes from thelocal repo to the AWS CodeCommit repository, run git push remote-name branch-name.
Wenn Sie Änderungen aus dem Lokales Repository perPush in das AWS CodeCommit-Repository übertragen möchten, führen Sie den Befehl git push remote-name branch-name aus.
But, if you run git branch-r, you will find all of the branches and tags from your SVN repository.
Wenn du aber git branch -r ausführst, findest du alle Branches und Tags von deinem SVN-Repository.
To set up a branch in the local repo that is connected to anexisting branch in the AWS CodeCommit repository, run git checkout remote-branch-name.
Um einen Branch in dem Lokales Repository einzurichten, der mit einem bestehendenBranch im AWS CodeCommit-Repository verbunden ist, führen Sie den Befehl git checkout remote-branch-name aus.
Run git push to send the new branch from the local repo to the AWS CodeCommit repository.
Führen Sie git push aus, um den neuen Branch von dem Lokales Repository an das AWS CodeCommit-Repository zu übertragen.
From your local repo, run git tag, specifying the name of the new tag( release) and the ID of the first commit you made in the local repo.
Führen Sie von Lokales Repository aus git tag aus und geben Sie dabei den Namen des neuen Tags(zum Beispiel Veröffentlichung) und die ID des ersten Commits an, den Sie in dem Lokales Repository durchgeführt haben.
Run git config--global--edit to verify the preceding values have been written to the. gitconfig file for your user profile.
Führen Sie den Befehl git config--global--edit aus, um zu prüfen, ob die vorigen Werte in die .gitconfig-Datei Ihres Benutzerprofils geschrieben wurden.
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.
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.
Run git commit to commit the files locally, and then run git push to send the files to the AWS CodeCommit repository.
Führen Sie den Befehl git commit aus, um die Dateien lokal per Commit zu übertragen, anschließend senden Sie die Dateien mit dem Befehl git push an das AWS CodeCommit-Repository.
You can run git stash several times to create multiple stashes, and then use git stash list to view them.
Du kannst git stash mehrmals ausführen, um mehrere Stashes zu erstellen und diese anschließend mit git stash list ansehen.
Run git push to push your commit through the default remote name Git uses for your AWS CodeCommit repository( origin), from the default branch in your local repo master.
Führen Sie git push aus, um den Commit per Push über den von Git verwendeten Standard-Remote-Namen für Ihr AWS CodeCommit-Repository( origin) von dem Standard-Branch in Ihrem Lokales Repository( master) zu übertragen.
Results: 45, Time: 0.028

Word-for-word translation

Top dictionary queries

English - German