learnGitBranching
learnGitBranching copied to clipboard
Change the `git clone` order in the "remote" levels into the correct one
Hi
I do like this project very much, thanks for that! 👍
But let me nitpick a litte ;). What I think about is to change the order of git clone
, meaning starting with the remote repo "somewhere" and make your local copy with git clone
.
I think this should be doable (at least) and would help a lot to grasp a better understanding of the clone command itself (in real world). For example: a clone command always takes a parameter which points to the URL (in most cases) of the remote.
So what I am thinking of is, that the remote repo lives somewhere out there (+ has a URL-like location and/or a name), which have to be included in the clone command e.g. git clone location/reponame.git
This would help a lot, because this is 1:1 how it works in real.
But if this is a major redesign, I am good about leaving as is :)