Bash-Git icon indicating copy to clipboard operation
Bash-Git copied to clipboard

add git clone (and checkout) to diagram

Open aculich opened this issue 1 year ago • 0 comments

This diagram could better explain the process starting from the initial git clone (and implicit checkout of the main branch):

git diagram

I received confused questions about why the git checkout was part of this diagram in regards to committing and pushing to github, in particular because the diagram does not match the explanatory context around it, as the following steps 1-8 don't mention it at all, and then when branching is mentioned in collaboration the diagram isn't referenced again.

Here's a crude update that we can think about how to refactor:

image

aculich avatar May 19 '23 15:05 aculich