What is the translation of " MERGE COMMIT " in German?

[m3ːdʒ kə'mit]
Noun
[m3ːdʒ kə'mit]
Merge-commit
merge commit

Examples of using Merge commit 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
This process often results in a merge commit.
Dieser Prozess führt häufig zu einem Merge-Commit.
But, when working with merge commits, things get a little more complicated.
Doch wenn du mit Merge-Commits arbeitest, wird es ein wenig komplizierter.
The~ character will always follow the first parent of a merge commit.
Das Zeichen~ folgt immer dem ersten Parent eines Merge-Commits.
If you're only interested in the merge commits, you can use the--merges flag.
Wenn du aber nur an den Merge-Commits interessiert bist, kannst du--merges verwenden.
Since merge commits have more than one parent, there is more than one path that you can follow.
Da Merge-Commits mehr als einen Parent haben, kannst du auch mehrere Pfaden folgen.
You can preventgit log from displaying these merge commits by passing the--no-merges flag.
Wenn du nicht möchtest,dass git log diese Merge-Commits anzeigt, kannst du--no-merges verwenden.
And it will be a merge commit that will preserve the history of the tree we read.
Dabei handelt es sich um einen Merge-Commit, bei dem der Verlauf des eingelesenen Baums erhalten bleibt.
In most circumstances,this is more intuitive than synchronizing with the remote branch via a merge commit.
In den meistenFällen ist der Vorgang intuitiver als die Synchronisation mit dem Remote-Branch über ein Merge-Commit.
For example, if HEAD is a merge commit, the following returns the second parent of HEAD.
Ist beispielsweise HEAD ein Merge-Commit, gibt Folgendes den zweiten Parent von HEAD zurück.
For instance, this displays the grandparent of HEAD(assuming it's a merge commit) that rests on the second parent.
Beim folgenden Beispiel wir der Grandparent vom HEAD(angenommen, es handelt sich um einen Merge-Commit), der sich im zweiten Parent befindet.
This is referred to as a merge commit and is special in that it has more than one parent.
Dies wird auch als'merge commit' bezeichnet und ist ein Spezialfall, weil es mehr als nur ein Elternteil hat.
If you followed the advice above and you have used rebase to keep your feature branch up to date,the actual merge commit will not include any changes; this is cool!
Wenn du meinem Rat gefolgt bist und deinen Feature Branch mit rebase aktualisiert hast,gibt es im wirklichen Merge-Commit keine Änderungen!
In the latter case, the resulting merge commit serves as a symbolic joining of the two branches.
Bei der letzten Strategie dient der entstehende Merge-Commit zum symbolischen Zusammenführen der beiden Branches.
Merge commit-Keeps all commits from your source branch and makes them part of the destination branch.
Merge commit(Commit mergen): Alle Commits aus deinem Quell-Branch werden beibehalten und in den Ziel-Branch eingegliedert.
Pulling in upstream changes with Git merge results in a superfluous merge commit every time you want to see how the project has progressed.
Das Pullen von Upstream-Änderungen mit"git merge" führt jedes Mal, wenn du den Projektfortschritt ansiehst, zu einem überflüssigen Merge-Commit.
This creates a new"merge commit" in the feature branch that ties together the histories of both branches, giving you a branch structure that looks like this.
Dabei entsteht ein neuer Merge-Commit im Feature Branch, der den Verlauf beider Branches vereint und eine Branch-Struktur erstellt, die wie folgt aussieht.
The former option results in a 3-way merge and a merge commit, while the latter results in a fast-forward merge and a perfectly linear history.
Die erste Option führt zu einem 3-Wege-Merge und einem Merge-Commit, die zweite Option dagegen führt zu einem Fast-Forward-Merge und einem exakt linearen Verlauf.
Instead of using a merge commit, rebasing re-writes the project history by creating brand new commits for each commit in the original branch.
Anstatt einen Merge-Commit zu nutzen, wird der Projektverlauf beim Rebasing neu geschrieben, indem für jeden Commit im originalen Branch völlig neue Commits erstellt werden.
If you would prefer a clean,linear history free of unnecessary merge commits, you should reach for git rebase instead of gitmerge when integrating changes from another branch.
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 want a merge commit to appear in the history of the destination branch, you can choose not to automatically merge the code as part of closing the pull request.
Wenn Sie ein Commit für die Zusammenführung im Verlauf des Ziel-Branch erscheinen soll, können Sie festlegen, dass der Code beim Schließen der Pull-Anforderung nicht automatisch zusammengeführt wird.
Git can automatically merge commits unless there are changes that conflict in both commit sequences.
Git kann Commits automatisch mergen, vorausgesetzt, es gibt keine Änderungen, die zu Konflikten mit beiden Commit-Abfolgen führen.
Results: 21, Time: 0.034

Word-for-word translation

Top dictionary queries

English - German