Git concepts simplified
gitolite.com
Git concepts simplified
1–10 of 142 posts
Re: Git concepts simplified
#2Re: Git concepts simplified
#3Re: Git concepts simplified
#4Re: Git concepts simplified
#5I love Git, but I'm pretty sure there's no way to explain it simply.
Re: Git concepts simplified
#6There seems to be ALOT of 'Git Explained' stuff. The best way to learn Git in my opinion is start using it! Google stuff as you go.
Re: Git concepts simplified
#7I was expecting this: http://tartley.com/?p=1267
Re: Git concepts simplified
#8Re: Git concepts simplified
#9There seems to be ALOT of 'Git Explained' stuff. The best way to learn Git in my opinion is start using it! Google stuff as you go.
I thought I would try that, but I'm probably still not really thinking in Git. I never branch or merge for example, since I never think of doing that. I understand this isn't really normal git usage.
Re: Git concepts simplified
#10There is an inverse relationship the number articles title "x explained simply" and the actual simplicity of x. I honestly don't understand why the developer community refuses to admit the obvious that git is unholy clusterfuck of a product. It has a nice data structure inside it? Name another end-user product for which you are even vaguely aware of what data structures were used.
When authors try to explain how to use git, they often have a very particular workflow in mind and don't necessarily describe exactly what that workflow is. This can cause major problems when somebody tries to apply advice to their own workflow.
I like the graphical approach. It helps to conceptualize what is going on so that someone can apply it to their own situation.