Why isn't a conceptual Git article out there without any piece of console juggling? [closed]

StackOverflow https://stackoverflow.com/questions/22158839

  •  19-10-2022
  •  | 
  •  

Question

I have googled this about 10 times or more, but couldn't find any fine explanation of things like rebase, stash, reflow, submodules (!), reflog etc.

I'd like drawings, figures, metaphors, only the concepts. And I bet many developers would like it as I'd do. Actual command line tools / GUIs can be one's personal preference after.

Do you know such a piece of article / post / PDF / video / whatever?

Was it helpful?

Solution

The famous "Git Parable" is pretty metaphoric and contains precisely zero console juggling.

On a more serious note, I reckon most guides show Git console commands simply to demonstrate the concepts being discussed; so take any guide and ignore the commands.

Having said that, I find the following guides to be of very high quality while mostly focusing on concepts rather than commands:

OTHER TIPS

There are lots of visual resources out there:

  1. Did you not find the pictures in the most recommended Git book, Pro Git, to be helpful?

  2. Learn Git Branching is a free one that can help you understand rebase.

  3. Atlassian has some Git guides with pictures.

  4. Code School has Git video courses that can explain Git concepts with pictures, though it is not free.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top