We plan to use the feature branch workflow.
In the meantime, create a feature branch so that you can update the supply to your request list while you wait.
Erstelle in der Zwischenzeit einen Feature-Branch, damit du das Vorratselement in deiner Anforderungsliste aktualisieren kannst, solange du wartest.
A feature branch is required only when a change requires a large number of destabilizing commits.
Ein Funktions-Zweig wird nur dann benötigt, falls eine Änderung eine große Anzahl destabilisierender Übergaben erfordert.
Finally, there's the issue of how to best keep a feature branch in "sync" with the trunk as work progresses.
Schließlich stellt sich die Frage, wie ein Funktions-Zweig am besten mit dem Stamm „synchron" gehalten werden kann während die Arbeit weitergeht.
Jessica's history after committing on a feature branch.
This action creates a new feature branch based on 'develop' and switches to it
Dieser Befehl erstellt einen neuen Feature-Branch basierend auf 'develop' und wechselt in diesen.
Then when you have approval, you just merge the requests file from the feature branch into the main branch.
Wenn du die Genehmigung dann bekommst, führst du einfach die Anforderungsdatei aus dem Feature-Branch mit dem Haupt-Branch zusammen.
The above diagram shows a pull request that asks to merge a feature branch into the official master branch, but there are many other ways to use pull requests.
Das obige Diagramm zeigt einen Pull-Request, der das Mergen eines Feature-Branch in den offiziellen Master-Branch anfragt. Pull-Requests lassen sich aber auch auf viele andere Weisen nutzen.
If the answer to that question is "yes," the change should be developed on a feature branch.
Falls die Antwort auf diese Frage „ja" lautet, sollte die Änderung auf einem Funktions-Zweig durchgeführt werden.
At some point, you'll be ready to merge the "synchronized" feature branch back to the trunk.
Irgendwann werden Sie dann bereit sein, den „synchronisierten" Funktions-Zweig zurück in den Stamm zu führen.
When a change is done, then a new feature branch should be created from the developer branch, for this is a pull request is then created in stash.
Wenn eine Änderung fertig ist, dann soll von dem Entwickler-Branch ein neuer Feature-Branch erstellt werden, für diesen wird dann in stash ein Pull-Request erstellt.
Mary wants to merge her feature into the main codebase, so the source branch is her feature branch, the destination repository is John's public repository, and the destination branch is master.
Mary möchte ihr Feature in die Haupt-Codebasis mergen. Also ist ihr Feature-Branch der Quell-Branch, Johns öffentliches Repository ist das Ziel-Repository und master ist der Ziel-Branch.
Now you can transfer your changes to this feature Branch (or your own Fork) and commit until the development is done from your point of view.
Nun kannst du deine Änderungen in diesem Feature-Branch (oder deinem eigenen Fork) entwickeln und committen, bis diese aus deiner Sicht fertig ist.