This weekend I finished reviewing Pragmatic Version Control Using Git by Travis Swicegood. If you are a git user or interested in learning about the latest in version control for your source code, check it out. The book is available in beta now.
Git Book
This entry was posted on 01/10/2008 (Wednesday) at 8:24 pm and is filed under Off topic, Open Source. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Printed from: http://spatialgalaxy.net/2008/10/01/git-book/ .
© Gary Sherman 2010.
© Gary Sherman 2010.





Gary, the book URL is broken. It conists of doubled http://
Thanks for the ann. Looks like an interesting book and I’m a fun of git
Fixed – thanks. That’s what I “git” for using a fancy text edit widget instead of vim for composing blog posts.
Thanks for the mention, Gary!
What about using GIT for GIS data? GIST?
Git has been used for all kinds of “backup” purposes. You could use it to version your GIS data, but since most of it will be binary you’ll be storing full copies of the file contents with each commit.
For KML and GML it would work as well as for source code…