You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feel free to disagree! (also could move this to GH discussions if we think it would be beneficial)
I think that a couple of additional visuals would help me personally when delivering this training to illustrate some of the concepts around commits and branches.
In the advanced collaboration section, I wonder if we could do with a diagram that shows branching a bit more visually.
The current diagram we have here:
does a good job illustrating the flow IMO, but doesn't visually show the branching concept.
We could add something like the following to show branching a bit more clearly.
Feel free to disagree! (also could move this to GH discussions if we think it would be beneficial)
I think that a couple of additional visuals would help me personally when delivering this training to illustrate some of the concepts around commits and branches.
In the advanced collaboration section, I wonder if we could do with a diagram that shows branching a bit more visually.
The current diagram we have here:

does a good job illustrating the flow IMO, but doesn't visually show the branching concept.
We could add something like the following to show branching a bit more clearly.
gitGraph commit commit commit commit commit branch feature checkout feature commit commit checkout main(aside: check out this sweet mermaid gitgraph feature)
Which could then be extended to show the pull request and merge steps, e.g.
gitGraph commit commit commit commit commit branch feature checkout feature commit commit checkout main merge featureI'd be interested to know others' thoughts on this.