Getting help
- help
- tutorial
$ git help # listing the most important commands
$ git help COMMAND # man page or local web page
$ git COMMAND --help # the same
$ git help help # help about the help system
$ git help --all # list all the git commands
$ git help tutorial # a simple git tutorial
See also the docs on git-scm, including this tutorial.