Understanding Git - Good references
Grab our FREE Git Cheat Sheet!
Get FREE PDF |
Git is getting more and more popular these days. Most open source
projects have moved to GIT and the ones that didn't yet are in the process of
doing it. Github itself is a great place to share your code and collaborate with other people!
Git is great but can be tricky at the beginning.
There are a few things you need to get your head around , there are new
concepts and "jumping" to the command section without reading
the introduction is not always a good idea, you'll have to go back to
it.
The one thing that really helped me was these two videos here that I would strongly recommend you to watch. I am the kind of guy that is suffering to sit at the chair watching a
video for 2 hours but if you are struggling with GIT this is worth it.
Also another great resource is think like a git
Once you are more familiar with the concepts (you can just jump to the command section) other good references are
- git community book,
- gitref,
- everyday git
- guide on stackoverflow
- Git questions on stackoverflow sorted by votes
From http://www.devinprogress.info/2011/10/understanding-git-good-references.html
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)





Comments
Mason Mann replied on Mon, 2011/10/31 - 6:13am
Any references to back up that claim with? While I love GIT, I also know the above is utter BS; git does NOT have > 50% of open source projects. 10% is a lot more likely (backed up by Eclipse's 2011 survey, for instance).
Russel Winder replied on Mon, 2011/10/31 - 8:38am
Russel Winder replied on Mon, 2011/10/31 - 8:41am
Which is why many people prefer Mercurial and/or Bazaar. These two DVCSs are equally good as Git and are far, far easier to start using.
Mason Mann replied on Tue, 2011/11/01 - 4:12am
in response to:
Russel Winder
Andrew Salvadore replied on Tue, 2011/11/01 - 9:42am
Regarding my statement, it is very hard indeed to have an absolute measure of open source project usage, and that goes beyond the purpose of this article.
I can tell you that looking at this thread of the most popular open source projects
I found git mirrors for
- apache
- gnome
- kde
- openoffice
- obviously the linux kernel
Not to mention other huge projects like eclipse android Jboss spring open suse hibernate and the list goes on with over 3,000,000 projects on github only.@Mason The survey you mention is about the community acceptance(12.8%), not projects using git.
@Russel I use bitbucket every day. I love it. Do you know it supports git? and do you know
google code now supports git?