diff options
| author | tekkub <tekkub@gmail.com> | 2009-07-27 01:49:54 -0600 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2009-07-27 01:49:54 -0600 |
| commit | b5a95e8c10b04c5d2add56c9d9815113149adf3f (patch) | |
| tree | c3387f5b5aeaeb6f8f140665e3af5ee612137cd4 /_posts/2009-07-04-git-html-help.textile | |
| parent | 8352e9538ecd1a66a44239a3e775660d91f20d6d (diff) | |
h3. --> h2.
Diffstat (limited to '_posts/2009-07-04-git-html-help.textile')
| -rw-r--r-- | _posts/2009-07-04-git-html-help.textile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_posts/2009-07-04-git-html-help.textile b/_posts/2009-07-04-git-html-help.textile index 7ccfd9f..1d171f3 100644 --- a/_posts/2009-07-04-git-html-help.textile +++ b/_posts/2009-07-04-git-html-help.textile @@ -8,7 +8,7 @@ categories: setup Most git installations will install man files for help, but not the HTML help files (the same files seen on git's "online documentation":http://www.kernel.org/pub/software/scm/git-core/docs/). Installing these help files is a fairly simple process. -h3. OSX +h2. OSX The following commands were run on an installation of the "git-osx-installer":http://code.google.com/p/git-osx-installer/. Your documentation path may be different, pay attention to the output of @git help --web commit@ for where your git is set to look for the HTML files. @@ -44,6 +44,6 @@ $ git help --web commit $ git config --global help.format web</pre> -h3. Windows +h2. Windows "Msysgit":http://code.google.com/p/msysgit/ installs and sets the HTML help files as the default automatically. You don't need to do anything! |
