Skip links

Mastering Git with Pro Git

April 27, 2011 at 9:20 PM - by Freek Lijten - 0 comments

Tags: ,

We're going to make a move from SVN to Git at Procurios so it is time I get to know more about it. This is not going to be a long blog though, I'd just like to share my main information source up till now.

Scott Chacon is the author of a book called Pro Git as well as a developer for GitHub, maintainer of the Git homepage and the Git comminity book. You could say he is a Git enthousiast :D. He decided to publish the book, free of charge, at progit.org. It is a great resource and I would like to encourage anyone learning on Git to pay the site and the book a visit. Read here to see how you can support the book.

Share this post!

Comments

Leave a comment!

Italic and bold

*This is italic*, and _so is this_.
**This is bold**, and __so is this__.

Links

This is a link to [Procurios](http://www.procurios.nl).

Lists

A bulleted list can be made with:
- Minus-signs,
+ Add-signs,
* Or an asterisk.

A numbered list can be made with:
1. List item number 1.
2. List item number 2.

Quote

The text below creates a quote:
> This is the first line.
> This is the second line.

Code

A text block with code can be created. Prefix a line with four spaces and a code-block will be made.