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

Git Checkout

Examples of using Git checkout 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
With git checkout, the master ref is still pointing to d.
Mit git checkout verweist der Master -Ref weiterhin auf d.
The code is also available per git checkout 02_step_definitions.
Der Code ist auch per git checkout 02_step_definitions verfügbar.
The git checkout command operates upon three distinct entities: files, commits, and branches.
Der Befehl git checkout agiert zwischen drei unterschiedlichen Einheiten: Dateien, Commits und Branches.
Note: The code for the following scenario is available per git checkout 05_filter.
Hinweis: Der Code des folgenden Szenarios ist per git checkout 05_filter verfügbar.
The git reset and git checkout commands also accept an optional file path as a parameter.
Die Befehle git reset und git checkout akzeptieren auch einen optionalen Dateipfad als Parameter.
This hook accepts three parameters, and its exit status has no affect on the git checkout command.
Dieser Hook lässt drei Parameter zu, deren Beendigungsstatus sich nicht auf den git checkout -Befehl auswirken.
In the Undoing Changes topic, we saw how git checkout can be used to view old commits.
Beim Thema Änderungen rückgängig machen haben wir dir gezeigt, wie du mit git checkout alte Commits abrufen kannst.
The git checkout command may occasionally be confused with git clone.
Über den Befehl git checkout kannst du zwischen Branches wechseln, die du mit git branch erstellt hast.
When using the buildserver, running fdroid directly from a git checkout of fdroidserver will be the easiest.
Bei Verwendung des Buildservers ist es am einfachsten, fdroid direkt von einem Git-Checkout von fdroidserver aus zu starten.
The git checkout command lets you navigate between the branches created by git branch.
Über den Befehl git checkout kannst du zwischen Branches wechseln, die du mit git branch erstellt hast.
Instead of copy/pasting it yourself,you can also use the prepared branch: git checkout 01_first_feature.
Feature mit folgendem Inhalt an statt den Code zu kopieren,kann auch der vorbereitete Branch benutzt werden: git checkout 01_first_feature.
Internally, the git checkout command simply updates the HEAD to point to either the specified branch or commit.
Intern aktualisiert der Befehl git checkout den HEAD lediglich so, dass er auf den angegebenen Branch oder Commit verweist.
Likewise, anybody else who wants to build your module from a git checkout has to install Dist::Zilla and all its plug-ins.
Aber auch jeder andere, der das Modul aus einem Git-Checkout bauen will, muss Dist::Zilla und alle notwendigen Plug-Ins installieren.
Git checkout--track-b testing origin/testing This pulls remote changes to your local branch with every pull as well.
Git checkout--track -b testing origin/testing Dies lädt Änderungen im entfernten Branch zukünftig beim Ausführen von"pull" automatisch alle Änderungen herunter.
In this article,we will compare the most common configurations of git reset, git checkout, and git revert.
In diesem Artikel vergleichen wir die geläufigsten Konfigurationen von git reset, git checkout und git revert.
Other'undo' commands like, git checkout and git reset, move the HEAD and branch ref pointers to a specified commit.
Andere Befehle zur Rückgängigmachung, wie git checkout und git reset, verschieben den HEAD und die Branch-Ref-Pointer zu einem bestimmten Commit.
There is no Dist::Zilla plug-in that automatically updates another git checkout from your build directory.
Es gibt kein Plug-In für Dist::Zilla, dass imstande ist, einen Checkout eines anderes Repositories aus dem Build-Verzeichnis zu aktualisieren.
The git checkout command is used to update the state of the repository to a specific point in the projects history.
Mit dem Befehl git checkout wird das Repository aktualisiert, um dem Zustand an einer bestimmten Stelle des Projektverlaufs zu entsprechen.
To avoid this issue,create a branch when you work in a submodule directory with git checkout-b work or something equivalent.
Um dieses Problem zu vermeiden,sollte man also immer in dem Submodul-Verzeichnis einen neuen Branch mit git checkout -b work oder auf eine andere Art und Weise erzeugen.
Where git checkout solely operates on the HEAD ref pointer,git reset will move the HEAD ref pointer and the current branch ref pointer.
Während git checkout nur auf den HEAD -Ref-Pointer angewendet wird, verschiebt git reset den HEAD -Ref-Pointer und den aktuellen Branch-Ref-Pointer.
We briefly mentioned that git reflog canbe used with other git commands like git checkout, git reset, and git merge.
Wir haben kurz erwähnt,dass git reflog mit anderen Befehlen wie git checkout, git reset und git merge kombiniert werden kann.
Just like the commit-level invocation of git checkout, this can be used to inspect old versions of a project-but the scope is limited to the specified file.
Genauso wie bei der Ausführung von git checkout auf Commit-Ebene können hiermit alte Versionen eines Projekts eingesehen werden, aber der Anwendungsbereich ist auf die spezifizierte Datei beschränkt.
Learn more about those commands on their individual pages at: git status, git log,git add, git checkout, git reflog, and git revert.
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.
This means that gitmerge is often used in conjunction with git checkout for selecting the current branch and git branch-d for deleting the obsolete target branch.
Der Befehl gitmerge wird also oft im Zusammenhang mit git checkout zum Auswählen des aktuellen Branches und git branch -d zum Löschen des veralteten Ziel-Branches genutzt.
Because you are creating a branch to work on something new, every time you create a new branch(with git branch),you want to make sure to check it out(with git checkout) if you're going to use it.
Da Branches spezifisch für die Arbeit an neuem Code erstellt werden,solltest du jeden mit git branch neu erstellten Branch mit git checkout auschecken, bevor du ihn verwendest.
Once you have found the commit you're looking for,you typically pass it off to git checkout, git revert, or some other tool for manipulating your commit history.
Nachdem du den gewünschten Commit gefunden hast,wirst du ihn höchstwahrscheinlich mit git checkout, git revert oder einem anderen Tool weiter manipulieren.
Git checkout REL1_27 (or other release version or tag) Unfortunately, there is currently no way to download an additional skin other than via Git, but the mechanism to do such a thing is being developed.
Git checkout REL1_27(or other release version or tag) Leider gibt es derzeit noch keinen Weg, eine zusätzliche Skin anders als via Git herunterzuladen, aber der Mechanismus dafür ist in Entwicklung.
In this chapter,we will shed some light on the internal workings of common commands like git checkout, git branch, and git push by exploring the many methods of referring to a commit.
In diesem Kapitel beleuchten wir häufig genutzte Befehle wie git checkout, git branch und git push genauer, indem wir du vielen Methoden zur Referenzierung eines Commits durchgehen.
The first 4 hooks let you plug into the entire commit life cycle, and thefinal 2 let you perform some extra actions or safety checks for the git checkout and git rebase commands.
Mit den ersten vier Hooks kannst du an verschiedenen Punkten des Commit-Lebenszyklus andocken,die letzten beiden ermöglichen einige zusätzliche Aktionen oder Sicherheitschecks für die Befehle git checkout und git rebase.
From the local repo on your computer, at the terminal or command line, make sure you have 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.
Results: 43, Time: 0.0324

Word-for-word translation

Top dictionary queries

English - German