
git
Get flash to fully experience Pearltrees
In this post I present the development model that I’ve introduced for all of my projects (both at work and private) about a year ago, and which has turned out to be very successful. I’ve been meaning to write about it for a while now, but I’ve never really found the time to do so thoroughly, until now. I won’t talk about any of the projects’ details, merely about the branching strategy and release management. For a thorough discussion on the pros and cons of Git compared to centralized source code control systems, see the web .
A successful Git branching model » nvie.com
Git 102 - Adventurous
git ready » learn git one commit at a time
Let’s say you want to stay up-to-date with a project – for example, an upstream repository you are contributing to, a smart developer you a... Read More »My Git Workflow
Moving a git repository subdirectory to its own repository at Mike Chambers
I am currently working on a Flash based iphone game code-named “pewpew”, which is maintained within my projects repository. As I have begun to work on it more and more, I decided that I wanted to have pewpew in its own git repository. This will make it easier to track issues, as well as give me the option of open sourcing it and allow others to create and submit forks. Initially it looked like the way to do this was to use git submodules . However that seemed to keep the code linked to the original repository, which I did not want. I could have simply copied the code over and then initialized it as a new repository, but I wanted to maintain the commit history.Gitorious
— After December’s request for donations, I’m happy to announce that the first version of Gitorious private repositories is now available for testing. What is it? With the new private repositories feature, you can allow users of your Gitoriou... 29 Feb 09:19git
Git Community Book
Support this site by buying a print version of Pro Git Follow the author on Twitter for updates and Git tips

