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

Examples of using Git rebase 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 Rebase ist an sich nicht wirklich gefährlich.
Git Rebase itself is not seriously dangerous.
In diesem Artikel haben wir die Nutzung von git rebase behandelt.
In this article we covered git rebase usage.
Im git rebase--onto -Modus sieht der Befehl folgendermaßen aus.
When in git rebase--onto mode the command expands to.
Diese Optionen ändern das Erscheinungsbild der git rebase -Ausgabe.
These options will alter the git rebase output look and feel.
Mit git rebase kannst du Commits zusammenführen und den Branch-Verlauf bearbeiten.
Use git rebase to combine commits and modify history of a branch.
Combinations with other parts of speech
Usage with verbs
Verbesserter Status für git revert, git rebase und git bisect.
Improved Status For Reverts, Rebases and Bisects.
Jedes Mal, wenn du nun git rebase ausführst, wird dir die folgende Nachricht angezeigt.
Now, every time you run git rebase, you will see this message.
Zu diesen Mechanismen zählen: Die Commits--amend, git rebase und git reflog.
These mechanisms include: Commit--amend, git rebase and git reflog.
Die goldene Regel lautet, dass git rebase nie auf öffentlichen Branches genutzt werden darf.
The golden rule of git rebase is to never use it on public branches.
Auf dieser Seite sehen wir uns die Konfiguration und Ausführung von git rebase genauer an.
This page will take a more detailed look at git rebase configuration and execution.
Das Ausführen von git rebase mit dem Zusatz -i startet eine interaktive Rebasing-Sitzung.
Running git rebase with the-i flag begins an interactive rebasing session.
Um eine interaktive Rebasing-Sitzung zu beginnen, gibst du die Option i für den Befehl git rebase an.
To begin an interactive rebasing session, pass the i option to the git rebase command.
Bevor du also git rebase ausführst, solltest du dich immer fragen, ob noch jemand diesen Branch ansieht?
So, before you run git rebase, always ask yourself,"Is anyone else looking at this branch?
Der folgende Befehl gibt die Commit-ID der Original-Base aus, die du dann an git rebase weitergeben kannst.
The following returns the commit ID of the original base, which you can then pass to git rebase.
Normalerweise ist es besser, git rebase umsichtig einzusetzen, wenn es um die Umarbeitung deines Verlaufs geht.
Judicious use of git rebase is generally the preferred way to rewrite your history.
Jede Option ist zulässig,aber du hast jetzt zumindest die Möglichkeit, die Vorteile von git rebase zu nutzen.
Either option is perfectly valid,but at least now you have the option of leveraging the benefits of git rebase.
Git rebase-- d bedeutet, dass der Commit während des Abspielens vom finalen Commit-Block entfernt wird.
Git rebase-- d means during playback the commit will be discarded from the final combined commit block.
Die Befehlszeilenargumente--continue und--abort können an git rebase angefügt werden, um im Rahmen der Lösung von Konflikten das Rebasing fortzuführen oder zurückzusetzen.
The--continue and--abort command linearguments can be passed to git rebase to advance or reset the the rebase when dealing with conflicts.
Im Abschnitt Übersicht zum Konzept haben wir gesehen, wie ein Feature Branch Upstream-Änderungen vom master-Branch über die Befehle git merge oder git rebase integrieren kann.
In the Conceptual Overview section, we saw how a feature branch can incorporate upstreamchanges from master using either git merge or git rebase.
Wenn du im Umgang mit git rebase noch nicht ganz sicher bist, kannst du immer noch ein Rebasing in einem temporären Branch durchführen.
If you're not entirely comfortable with git rebase, you can always perform the rebase in a temporary branch.
In diesen oder ähnlichen Fällen, in denen ein sauberer Projektverlauf von großer Bedeutung ist,kannst du die Option -i zu git rebase hinzufügen, um rebase interactive auszuführen.
In these or similar instances where it's important to preserve a clean project history,adding the-i option to git rebase allows you to run rebase interactive.
Wenn du git rebase aufrufst, hast du für die neue Base zwei Optionen: den übergeordneten Branch des Features z.
When calling git rebase, you have two options for the new base: The feature's parent branch(e.g., master), or an earlier commit in your feature.
Da deine neuen die alten Commits ersetzen,ist es wichtig, git rebase nicht auf Commits anzuwenden, die in den öffentlichen Bereich verschoben wurden.
Since your new commits will be replacing the old,it's important to not use git rebase on commits that have been pushed public, or it will appear that your project history disappeared.
Führst du git rebase während der Review- oder Merge-Phase eines Feature Branches aus, wird für Feature-Merges ein zusammenhängender Git-Verlauf erzwungen.
Utilizing git rebase during the review and merge stages of a feature branch will create enforce a cohesive Git history of feature merges.
Wenn dir ein sauberer, linearer Verlauf ohne unnötige Merge-Commits lieber ist,solltest du git rebase anstelle von git merge nutzen, um Änderungen aus einem anderen Branch zu integrieren.
If you would prefer a clean, linear history free of unnecessary merge commits,you should reach for git rebase instead of git merge when integrating changes from another branch.
Die Verwendung von git rebase ähnelt einem lokalen Cleanup(und kann gleichzeitig durchgeführt werden), bei dem Vorgang werden aber diese Upstream-Commits vom master- Branch integriert.
This use of git rebase is similar to a local cleanup(and can be performed simultaneously), but in the process it incorporates those upstream commits from master.
Allerdings verfällt diese Referenz(je nach Konfiguration) nach einer Weile, so dass der Commit, ähnlich wie die verwaistenCommits aus git commit--amend oder git rebase, von der Garbage Collection(Müllabfuhr) gelöscht wird.
However, this will expire after a while, so the commit will eventually be garbage collected,similar to commits discarded with git commit--amend or git rebase.
Die Befehle git merge und git rebase bieten unterschiedliche Möglichkeiten, Commits von verschiedenen Branches zusammenzuführen.
Its git merge and git rebase commands offer alternative ways to integrate commits from different branches, and both options come with their own advantages.
Mit den ersten vier Hooks kannst du an verschiedenen Punkten des Commit-Lebenszyklus andocken, die letzten beiden ermöglichen einige zusätzliche Aktionen oderSicherheitschecks für die Befehle git checkout und git rebase.
The first 4 hooks let you plug into the entire commit life cycle, and the final 2 let you perform some extra actions orsafety checks for the git checkout and git rebase commands.
In diesem Artikel werden wir git rebase mit dem verwandten git merge- Befehl vergleichen und alle potenziellen Chancen identifizieren, um Rebasing in den typischen Git-Workflow einzubinden.
In this article, we will compare git rebase with the related git merge command and identify all of the potential opportunities to incorporate rebasing into the typical Git workflow.
Results: 58, Time: 0.0162

Word-for-word translation

Top dictionary queries

German - English