craig> computer> versioning>
     git
:

1.
   git: the fast version control system [documentation] [official tutorial]
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 is used for version control of files, much like tools such as Mercurial, Bazaar, Subversion, CVS, Perforce, and Visual SourceSafe.
URL: http://git-scm.com/
2.
   Git tutorial 1
"git init" creates an empty git repository in the current folder.
URL: http://www.ralfebert.de/blog/tools/visual_git_tutorial_1/
3.
   Git Tutorial Man Page
This tutorial explains how to import a new project into git, make changes to it, and share changes with other developers.
URL: http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html
4.
   GitWeb
'Gitweb' is a Git web interface, the one working on http://www.kernel.org/git/. It is written in Perl, and can be used as a CGI script, or as a mod_perl legacy script (run by ModPerl::Registry handler). It allows browsing a git repository (or a set of git repositories) using a web browser.
URL: https://git.wiki.kernel.org/index.php/Gitweb
5.
   Git subtree merging
When Git merges, it looks at what it has to merge together and then chooses an appropriate merging strategy to use. If you’re merging two branches, Git uses a recursive strategy. If you’re merging more than two branches, Git picks the octopus strategy.
URL: http://progit.org/book/ch6-7.html

  Jump:
  Search:
toolbar help Random Link   Map   Flat Listing   Brief Listing   Login