git

TwitterFacebook
Get flash to fully experience Pearltrees
workflow

http://bjorkoy.com/2010/05/blogging-with-jekyll-git-and-slicehost/?amp;utm_medium=feed&utm_campaign=Feed%3A+bjorkoy+%28Bjorkoy.com%29&utm_content=Google+Reader Wel­come to an­other in­stall­ment in the never-end­ing story of my quest for the per­fect blog­ging setup. This time, we stray far from the con­ven­tional use of con­tent man­age­ment sys­tems, shared hosts and data­base stor­age. Yes, like so many oth­ers, I’m jump­ing on the band­wagon of using a local setup for gen­er­at­ing blog posts, and then pub­lish­ing the final HTML to my server using Git. Here’s the setup: Every blog post is a new file on my ma­chine, en­sur­ing great porta­bil­ity and an easy tran­si­tion to fu­ture sys­tems (yes, it will hap­pen). Post files can be any­thing from mark­down and tex­tile, to html and plain source code.

Blogging With Jekyll, Git and a VPS @ bjorkoy.com

A Visual Git Reference

This page gives brief, visual reference for the most common commands in git. Once you know a bit about how git works, this site may solidify your understanding. If you're interested in how this site was created, see my GitHub repository . The four commands above copy files between the working directory, the stage (also called the index), and the history (in the form of commits). http://marklodato.github.com/visual-git-guide/index-en.html
http://robey.lag.net/2009/11/29/more-git.html

More real-world git

Git is really confusing for new users who have come over from subversion or perforce. On one hand, I can admire, in a sort of detached objective way, Linus’s commitment to making the tool bare-bones and focusing on trying to make the command-line tools as fast as possible. On the other hand, many of the defaults are maddeningly obscure, and there are large gaps where the the starship’s hallway just ends in a catwalk and piles of exposed wiring. “Watch your step here. We haven’t felt like finishing this part.”

Git Community Book

http://book.git-scm.com/ The Git Community Book Welcome to the Git Community Book. This book has been built by dozens of people in the Git community, and is meant to help you learn how to use Git as quickly and easily as possible.
Support this site by buying a print version of Pro Git Follow the author on Twitter for updates and Git tips

Pro Git - Table of Contents

http://progit.org/book/
http://git-scm.com/ Git is... Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Every Git clone is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server. Branching and merging are fast and easy to do.

Git - Fast Version Control System

Version-Control and SCMs for Linux

This page has been renamed/moved to http://linuxmafia.com/faq/Apps/vcs.html , recognising that "Version-Control Systems" is the best name for this software category. http://linuxmafia.com/faq/Apps/scm.html
http://subversion.tigris.org/

subversion.tigris.org

This is the former website of the Subversion software project, which now calls subversion.apache.org home. Until the transition into Apache-hood is complete, this site will continue to serve some of the purposes of the Subversion project. For example, the project is still using the issue tracker hosted here. But in time, it is expected that this site will be converted into mostly just a set of pointers to information that has moved over to the subversion.apache.org site.