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

Examples of using Git merge 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 Merge Conflict Tutor… Vor 1 Jahr, 364 Aufrufe, 0 Kommentare.
Git Merge Conflict Tutor… 1 year ago, 364 views, 0 comments.
Alternativ kannst du"git merge--no-ff" in die Befehlszeile eingeben.
This option is the same as entering git merge--no-ff in the command line.
Erstens werden dabei unnötige Merge-Commits eliminiert, die für git merge erforderlich sind.
First, it eliminates the unnecessary merge commits required by git merge.
Vor allem wird git merge genutzt, um zwei Branches zu vereinen.
In the most frequent use cases, git merge is used to combine two branches.
Du solltest wissen,dass der Befehl git rebase dasselbe Problem löst wie git merge.
The first thing to understand about gitrebase is that it solves the same problem as git merge.
Combinations with other parts of speech
Usage with verbs
Mit git merge werden mehrere Commit-Abfolgen in einen einheitlichen Verlauf zusammengeführt.
Git merge will combine multiple sequences of commits into one unified history.
Änderungen von anderen Entwicklern müssen mit git merge integriert werden, nicht mit git rebase.
Any changes from other developers need to be incorporated with git merge instead of git rebase.
Anschließend wird git merge FETCH_HEAD ausgeführt, um den Pull der abgerufenen Branches in das Repository abzuschließen.
Then, it runs git merge FETCH_HEAD to finish pulling the fetched branches into the repository.
In diesem Artikel erklären wir, wie und wann du statt einem einfachen git merge -Vorgang auch ein Rebasing durchführen kannst.
In this article,we will discuss how and when a basic git merge operation can be replaced with a rebase.
Mit dem Befehl git merge können Sie zudem die Option oder Strategie für die Zusammenführung auswählen.
The git merge command also allows you to choose the merge option or strategy you use for the merge..
Wenn Du jetzt Deinen opera-Zweig in trunk(Deinen master-Zweig) zusammenführen willst,kannst Du das mit einem normalen git merge machen.
Now, if you want to merge your opera branch into trunk(your master branch),you can do so with a normal git merge.
Es gibt keine Alternative für git merge, um lokale Commits mit einem interaktiven Rebasing zu bereinigen.
There is no git merge alternative for cleaning up local commits with an interactive rebase.
Git merge walkthroughs SlideShare verwendet Cookies, um die Funktionalität und Leistungsfähigkeit der Webseite zu verbessern und Ihnen relevante Werbung bereitzustellen.
Git Tech Talk Slideshare uses cookies to improve functionality and performance, and to provide you with relevant advertising.
Stattdessen können Sie die Branches mit dem Befehl git merge und einer anderen Zusammenführungsoption manuell zusammenführen.
Instead, you can manually merge the branches using the git merge command with a different merge option.
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.
Diesen Vorgang müssen Sie auf Ihrem lokalen Computer mit dem Befehl git merge oder über ein Diff- oder Merge-Tool lösen.
You see an advisory message to resolve conflicts,which you must do on your local computer with the git merge command or a diff or merge tool.
In diesen Fällen sucht git merge zwischen zwei Commit-Pointern, was für gewöhnlich die Branch-Spitzen sind, einen gemeinsamen Basis-Commit.
In these scenarios, git merge takes two commit pointers, usually the branch tips, and will find a common base commit between them.
Wir haben kurz erwähnt, dass git reflog mit anderen Befehlen wie git checkout,git reset und git merge kombiniert werden kann.
We briefly mentioned that git reflog can be used with other git commands like git checkout,git reset, and git merge.
Das Pullen von Upstream-Änderungen mit"git merge" führt jedes Mal, wenn du den Projektfortschritt ansiehst, zu einem überflüssigen Merge-Commit.
Pulling in upstream changes with Git merge results in a superfluous merge commit every time you want to see how the project has progressed.
Wenn du andererseits den kompletten Projektverlauf erhalten und das Risiko vermeiden willst, öffentliche Commits neu zu schreiben,kannst du bei git merge bleiben.
On the other hand, if you want to preserve the complete history of your project and avoid the risk of re-writing public commits,you can stick with git merge.
Mit dem Befehl git merge kannst du die unabhängigen Entwicklungszweige, die mit git branch erstellt wurden, in einen einzigen Branch integrieren.
The git merge command lets you take the independent lines of development created by git branch and integrate them into a single branch.
Da du aber im master- Branch keine Commits neu schreiben darfst,musst du git merge nutzen, um das Feature zu integrieren.
This is a similar situation to incorporating upstream changes into a feature branch, but since you're not allowed to re-write commits in the master branch,you have to eventually use git merge to integrate the feature.
Git branch opera remotes/opera aus. Wenn Du jetzt Deinen opera -Zweig in trunk(Deinen master -Zweig) zusammenführen willst,kannst Du das mit einem normalen git merge machen.
Git branch opera remotes/opera Now, if you want to merge your opera branch into trunk(your master branch),you can do so with a normal git merge.
Dies ist sinnvoll, wenn Sie Branches manuell mithilfe des Befehls git merge zusammenführen möchten oder wenn der Code im Quell-Branch der Pull-Anforderung nicht der Code ist, der mit dem Ziel-Branch zusammengeführt werden soll.
You might want to do this if you want to use the git merge command to merge the branches manually, or if the code in the pull request source branch isn't code you want merged into the destination branch.
Sie können Branches jederzeit manuell zusammenführen, einschließlich von Pull-Anfrage-Branches,indem Sie den Befehl git merge in Ihrem lokalen Repository ausführen und Ihre Änderungen senden.
You can always manually merge branches, including pull request branches,by using the git merge command in your local repo and pushing your changes.
Behalte im Hinterkopf, dass dieses Vorgehen kein normaler Git-Merge-Commit ist, auch wenn Du den git merge -Befehl verwendes und das Zusammenführen wahrscheinlich wesentlich einfacher ist als es in Subversion gewesen wäre weil Git automatisch die passende Basis für das Zusammenführen der Zweige für Dich herausfindet.
Remember that although you're using git merge to do this operation, and the merge likely will be much easier than it would be in Subversion(because Git will automatically detect the appropriate merge base for you), this isn't a normal Git merge commit.
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.
Wenn Du das dcommit-Kommando ausführst, löscht es jegliche Information darüber, welcher Zweig hier hineingefügt wurde und als Folge dessen werden künftige merge-base-Berechnungen falsche sein- die dcommit-Operation lässt Dein git merge-Ergebnisso aussehen als ob Du git merge--squash verwendet hättest.
The dcommit command that you run erases any information that says what branch was merged in, so subsequent merge-base calculations will be wrong- the dcommit makes your gitmerge result look like you ran git merge--squash.
Wenn Sie Änderungen am Ziel-Branch in den Quell-Branch integrieren wollen(Vorwärts-Integration),führen Sie den Befehl git merge aus und geben dabei den Ziel-Branch an, dessen Änderungen in den Quell-Branch integriert werden sollen.
If you want to integrate changes that have been made to thedestination branch into the source branch(forward integration), run the git merge command, specifying the destination branch, to merge those changes into the source branch.
Nachdem ein Feature von deinem Team freigegeben wurde, hast du die Option, das Feature andie Spitze des master- Branch zu rebasen, bevor du git merge nutzt, um das Feature in die Haupt-Codebasis zu integrieren.
After a feature has been approved by your team, you have the option of rebasing thefeature onto the tip of the master branch before using git merge to integrate the feature into the main code base.
Results: 48, Time: 0.0432

How to use "git merge" in a German sentence

Als nächstes kommt git merge blender/master .
update tag how example create and git merge reset revert
git merge steht dabei in starkem Zusammenhang mit git checkout.
Der Befehl git pull fasst die Aktionen git fetch und git merge zusammen.
Wir versuchen, die Änderungen zusammenzuführen: $ git merge 2450384 Falls Git dabei Already up-to-date.
Falls nötig kannst du den master-Branch allerdings mit dem Kommando git merge master mit deinem Zweig kombinieren.
Entwicklungsprozess aus Entwicklersicht origin/development git fetch git merge orgin/development git add / commit git push origin rat/for-development 1.
Rebasing: Schritt für Schritt durch den Workflow Die Arbeit mit Branches: git merge Workflows im Vergleich: Git-flow-Workflow Merging vs.
Somit ist es auch möglich alle Commits und Branches mittels git rebase, git merge oder git cherry-pick in die unterschiedlichen Arbeitskopien zu bringen.
Folgendes Beispiel demonstriert das Vorgehen, wenn es einen Feature-Branch in den Master-Branch zu mergen gilt git merge feature123 Nicht immer klappt das Mergen problemlos.

How to use "git merge" in an English sentence

I sometimes get confused doing git merge between branches.
Unfortunately, git merge has no dry-run option.
There is a new git merge policy in place.
This is identical to the git merge --ff command.
Keep original author with git merge --squash?
For more details about Git merge see the documentation.
Add the ability to autoland git merge proposals.
Better Merge - Improved git merge conflict support.
Congress - Git Merge 2019 - Duration: 9 minutes.
commands like git merge and git revert.

Word-for-word translation

Top dictionary queries

German - English