GitWorkflow: Unterschied zwischen den Versionen
Aus Das Sopra Wiki
Keine Bearbeitungszusammenfassung |
|||
| Zeile 15: | Zeile 15: | ||
=== Beispiel === | === Beispiel === | ||
Nach | Nach einem Sprint könnte die Historie ungefähr so aussehen: | ||
<source> | <source> | ||
(HEAD, remote/dev) | * .... - | (HEAD, remote/dev) | * .... - Fixed bug. Everything working. (closes #22) - student03 | ||
| | | | | | ||
| * .... - Game object able to move (hardcoded) - student01 | | * .... - Game object able to move (hardcoded) see #12 - student01 | ||
| | | | | | ||
| * .... - Better wildcard texture for game objects - student03 | | * .... - Better wildcard texture for game objects - student03 | ||
| | | | | | ||
| * .... - A nice drawable game object - student01 | ... | ||
| * .... - A nice drawable game object (see #13) - student01 | |||
| | | | | | ||
| * .... - Prototype spatial data structure for game objects - student02 | | * .... - Prototype spatial data structure for game objects see #14 - student02 | ||
| | | | | | ||
| * .... - Interface for game objects - student01 | | * .... - Interface for game objects see #14- student01 | ||
|/ | |/ | ||
(remote/master) * | (remote/master) * | ||
</source> | </source> [[Kategorie:Code-Beispiele]] | ||
== Links == | == Links == | ||
