This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
git:start [2019/12/03 12:38] krzysztof.swientek |
git:start [2019/12/03 12:38] (current) krzysztof.swientek |
||
---|---|---|---|
Line 13: | Line 13: | ||
It goes without saying that the book exists to be a source of information and assistance for GIT users new and old. Conveniently, though, the GIT command-line is self-documenting, alleviating the need to grab a book off the shelf (wooden, virtual, or otherwise). The git help command is your gateway to that built-in documentation: | It goes without saying that the book exists to be a source of information and assistance for GIT users new and old. Conveniently, though, the GIT command-line is self-documenting, alleviating the need to grab a book off the shelf (wooden, virtual, or otherwise). The git help command is your gateway to that built-in documentation: | ||
<code>$ git help</code> | <code>$ git help</code> | ||
+ | or for particular command | ||
+ | <code>$ git help COMMAND</code> | ||
==== Starting svn/git shell ==== | ==== Starting svn/git shell ==== |