GIT

TwitterFacebook
Get flash to fully experience Pearltrees

A successful Git branching model » nvie.com

http://nvie.com/posts/a-successful-git-branching-model/ http://nvie.com/posts/a-successful-git-branching-model/ Published: January 05, 2010 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.

git - the simple guide - no deep shit!

http://rogerdudler.github.com/git-guide/ git - the simple guide just a simple guide for getting started with git. no deep shit ;) by Roger Dudler credits to @tfnico , @fhd and Namics this guide in deutsch , español , français , italiano , nederlands , português , русский , türkçe , မြန်မာ , 日本語 , 中文 , 한국어 please report issues on github setup

Understanding Git: Repositories

In This Section Repository Contents The purpose of Git is to manage a project, or a set of files, as they change over time. Git stores this information in a data structure called a repository. A git repository contains, among other things, the following: http://www.eecs.harvard.edu/~cduan/technical/git/git-1.shtml