UNPKG

epubjs

Version:

Render ePub documents in the browser, across many devices

30 lines (23 loc) 1.44 kB
<?xml version='1.0' encoding='utf-8'?> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Pro Git - professional version control</title> <meta content="http://www.w3.org/1999/xhtml; charset=utf-8" http-equiv="Content-Type"/> <link href="stylesheet.css" type="text/css" rel="stylesheet"/> <style type="text/css"> @page { margin-bottom: 5.000000pt; margin-top: 5.000000pt; }</style> </head> <body class="calibre"> <h2 class="calibre4" id="calibre_pb_7">Getting Help</h2> <p class="calibre3">If you ever need help while using Git, there are three ways to get the manual page (manpage) help for any of the Git commands:</p> <pre class="calibre9"><code class="calibre10">$ git help &lt;verb&gt; $ git &lt;verb&gt; --help $ man git-&lt;verb&gt; </code></pre> <p class="calibre3">For example, you can get the manpage help for the config command by running</p> <pre class="calibre9"><code class="calibre10">$ git help config </code></pre> <p class="calibre3">These commands are nice because you can access them anywhere, even offline. If the manpages and this book aren't enough and you need in-person help, you can try the <code class="calibre10">#git</code> or <code class="calibre10">#github</code> channel on the Freenode IRC server (irc.freenode.net). These channels are regularly filled with hundreds of people who are all very knowledgeable about Git and are often willing to help.</p> </body> </html>