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
  •  | 
  •  

문제

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?

도움이 되었습니까?

해결책

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:

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top