Geplant ist dass wir den Feature-Branch Workflow nutzen.
Erstelle in der Zwischenzeit einen Feature-Branch, damit du das Vorratselement in deiner Anforderungsliste aktualisieren kannst, solange du wartest.
In the meantime, create a feature branch so that you can update the supply to your request list while you wait.
Figure 68. Jessicas Verlauf nach dem Commit auf den Feature-Branch.
Dieser Befehl erstellt einen neuen Feature-Branch basierend auf 'develop' und wechselt in diesen.
This action creates a new feature branch based on 'develop' and switches to it
Wenn du die Genehmigung dann bekommst, führst du einfach die Anforderungsdatei aus dem Feature-Branch mit dem Haupt-Branch zusammen.
Then when you have approval, you just merge the requests file from the feature branch into the main branch.
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.
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.
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.
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.
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.
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.
Nun kannst du deine Änderungen in diesem Feature-Branch (oder deinem eigenen Fork) entwickeln und committen, bis diese aus deiner Sicht fertig ist.
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.
Abschließend nimmt John die Änderungen an, mergt den Feature-Branch in den Master und schließt den Pull-Request.
Finally, John accepts the changes, merges the feature branch into master, and closes the pull request.
Sobald ein Feature-Branch fertig ist, übermittelt der Entwickler einen Pull-Request über sein Bitbucket-Konto.
Once their feature branch is ready, the developer files a pull request via their Bitbucket account.
Idealerweise erstellst du dann in deinem GitHub Account einen Fork und von diesem Branch einen Feature-Branch.
Ideally, you create then in your GitHub account a Fork of this Branch and a feature Branch.
Erstelle nun aus deinem Feature-Branch (oder deinem eigenen Fork) einen Pull-Request.
Create now from your feature Branch (or your own Fork) a Pull-Request.