Tutorial:   http://gitready.com/  http://blog.osteele.com/posts/2008/05/my-git-workflow/    Basic structure          Image from: From : http://blog.osteele.com/posts/2008/05/my-git-workflow/   Following tips are collected from CBRC git (Thanks to John and Craig)  Original LInk: http://dragon.cbrc.kaust.edu.sa/wiki/index.php/Cbrcgit    Cbrcgit    Jump to:     navigation ,      search           Contents            1  What is git  2  CBRC git server  3  Quick start  4  Using git  5  Creating a new remote repository  6  Creating a new local git repository  7  Project repository  8  See also     What is git  http://en.wikipedia.org/wiki/Git_%28software%29   Git is a free distributed revision control, or software source code management, project with an emphasis on being fast. Git was initially designed and developed by Linus Torvalds for Linux kernel development.  Every Git working directory is a full-fledged repository with complete history and full revision tracking capabilities, n...