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

Examples of using Git status 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
Git status gibt Dir einen Hinweis.
The git status command reminds you.
Aber zuvor führen wir noch mal git status aus.
However, let's run git status one more time.
Sie können git status oder git branch ausführen.
You can run git status or git branch.
Prüfen Sie den Status mit"st" oder"git status.
Check your status with st or git status.
Sie können auch git status ausführen, um den aktuellen Branch-Namen abzurufen.
You can also run git status to get the current branch name.
Combinations with other parts of speech
Usage with verbs
Als Nächstes überprüfen wir den Zustand des Repositorys mit git status.
Next, we check the state of the repo with git status.
Sie können auch git status ausführen, um den aktuellen Branch-Namen anzuzeigen.
Alternatively, run git status to show the current branch name.
In diesem Release gab es verschiedene Verbesserungen an git status.
Varied improvements to git status have been included in this release.
Lass dir mit git status den Status deines Repositorys anzeigen.
Display the status of the repository with git status.
Ein Boolescher Wert, der den farbigen Output für"git status" aktiviert oder deaktiviert.
A boolean value that enables or disables color output for Git status.
Nach der Eingabe von git status werden"Changes to be committed" in Grün angezeigt.
The output from git status now displays the"Changes to be committed" in green.
Vergewissern Sie sich, dass Sie zum MyNewBranch -Branch gewechselt haben, indem Sie git status oder git branch ausführen.
Confirm that you have switched to the MyNewBranch branch by running git status or git branch.
Beachte unbedingt, dass git status keine getreue Darstellung des Staging-Index ist.
It is important to note that git status is not a true representation of the Staging Index.
Das wichtigste Hilfsmittel, um den Zustand zu überprüfen, in dem sichIhre Dateien gerade befinden, ist der Befehl git status.
Checking the Status of Your Files The main tool you use todetermine which files are in which state is the git status command.
Git status offenbart nicht den Zustand der"drei Bäume", sondern die Unterschiede zwischen ihnen.
Git status does not show the state of'the three trees', it essentially shows a diff between them.
Wenn du Skriptszum Parsen des Outputs von git status benötigst, solltest du diese jetzt in git status--porcelain umändern.
If you require scriptsto parse the output of git status you should now update them to use git status--porcelain.
Mit dem Befehl git status werden Änderungen zwischen dem Commit-Verlauf und dem Staging-Index angezeigt.
The git status command output displays changes between the Commit History and the Staging Index.
Zeigt den Branch, nicht-verfolgte Dateien,Änderungen und andere Unterschiede an$ git status Anderes Wissenswertes über git status anzeigen$ git help status add.
Will display the branch, untracked files,changes and other differences$ git status To learn other"tid bits" about git status$ git help status add.
Wenn wir jetzt git status ausführen, wird reset_lifecycle_file unter"Changes to be committed" in grün angezeigt.
Invoking git status now shows reset_lifecycle_file in green under"Changes to be committed.
Mehr über diese Befehle erfährst du auf den jeweiligen Seiten zu git status, git log,git add, git checkout, git reflog und git revert.
Learn more about those commands on their individual pages at: git status, git log,git add, git checkout, git reflog, and git revert.
Als du zuvor git status eingegeben hast, lautete diese Zeile noch On branch master, weil nur der master- Branch angelegt war.
If you entered git status previously, the line was on branch master because you only had the one master branch.
Wie Du siehst, zeigt dieser Befehl eine andere Ansicht der Staging-Area an- im Wesentlichen also die Information,die Du auch mit git status erhältst, aber anders formatiert, kurz und knapp, und informativer.
You can see that this command shows you a much different view of your staging area-basically the same information you get with git status but a bit more succinct and informative.
Der Befehl git status gibt den Status des Arbeitsverzeichnisses und den Status des Snapshots in der Staging-Umgebung zurück.
The git status command displays the state of the working directory and the staged snapshot.
In einem weiteren schnellen Test habe ich gemessen,wie lange das Ausführen von git status im Vergleich zu den Änderungen auf Staging-Ebene zwischen Jira 5 und Jira 6 dauert, mit denen ich oben bereits getestet habe.
As another quick anddirty test I tried timing runs of git status against the staged changes between Jira 5 and Jira 6 I used above.
Beachte hier, dass git status anzeigt, dass es Änderungen an reset_lifecycle_file und eine nicht verfolgte Datei gibt: new_file.
The important things to take note of here is that git status shows us that there are modifications to reset_lifecycle_file and there is an untracked file: new_file.
Überprüfe mit dem Befehl git status, ob du alle deine Änderungen committet hast und welchen Branch du ausgecheckt hast.
Enter the git status command to be sure you have all your changes committed and find out what branch you have checked out.
Führst du an dieser Stelle git status aus oder gibst ls ein, wird angezeigt, dass untracked_file gelöscht worden und nicht zu finden ist.
Executing git status at this point or doing a ls will show that untracked_file has been deleted and is nowhere to be found.
Nach dem Ausführen von fetch zeigt git status an, mit wie vielen Commits der Remote Branch vor oder hinter dem Branch liegt, mit dem er synchronisiert wird.
After a fetch, git status shows you how many commits you are ahead or behind of the remote the branch it syncs to.
Zum einen gibt git status die Änderungen an reset_lifecycle_file an und hebt sie hervor, um anzuzeigen, dass die Änderungen für den nächsten Commit gestaged wurden.
First, git status indicates there are modifications to reset_lifecycle_file and highlights them indicating they are changes staged for the next commit.
Wenn Dir die Ausgabe des Befehl git status nicht aussagekräftig genug ist, weil Du exakt wissen willst, was sich geändert hat- und nicht lediglich, welche Dateien geändert wurden- kannst Du den git diff Befehl verwenden.
If the git status command is too vague for you- you want to know exactly what you changed, not just which files were changed- you can use the git diff command.
Results: 57, Time: 0.0172

Word-for-word translation

Top dictionary queries

German - English