tj.git-extras/man
2020-06-15 23:13:05 -05:00
..
git-alias.1
git-alias.html
git-alias.md
git-archive-file.1
git-archive-file.html
git-archive-file.md
git-authors.1
git-authors.html
git-authors.md
git-back.1
git-back.html
git-back.md
git-browse.1
git-browse.html
git-browse.md
git-brv.1
git-brv.html
git-brv.md
git-bulk.1
git-bulk.html
git-bulk.md
git-changelog.1
git-changelog.html
git-changelog.md
git-clear-soft.1
git-clear-soft.html
git-clear-soft.md
git-clear.1
git-clear.html
git-clear.md
git-coauthor.1
git-coauthor.html
git-coauthor.md
git-commits-since.1
git-commits-since.html
git-commits-since.md
git-contrib.1
git-contrib.html
git-contrib.md
git-count.1
git-count.html
git-count.md
git-cp.1
git-cp.html
git-cp.md
git-create-branch.1
git-create-branch.html
git-create-branch.md
git-delete-branch.1
git-delete-branch.html
git-delete-branch.md
git-delete-merged-branches.1
git-delete-merged-branches.html
git-delete-merged-branches.md
git-delete-submodule.1
git-delete-submodule.html
git-delete-submodule.md
git-delete-tag.1
git-delete-tag.html
git-delete-tag.md
git-delta.1
git-delta.html
git-delta.md
git-effort.1
git-effort.html
git-effort.md
git-extras.1
git-extras.html
git-extras.md
git-feature.1
git-feature.html
git-feature.md
git-force-clone.1
git-force-clone.html
git-force-clone.md Be explicit about only resetting git directories 2016-10-29 17:24:18 +01:00
git-fork.1
git-fork.html
git-fork.md
git-fresh-branch.1
git-fresh-branch.html
git-fresh-branch.md
git-gh-pages.1
git-gh-pages.html
git-gh-pages.md
git-graft.1
git-graft.html
git-graft.md
git-guilt.1
git-guilt.html
git-guilt.md
git-ignore-io.1
git-ignore-io.html
git-ignore-io.md
git-ignore.1
git-ignore.html
git-ignore.md
git-info.1
git-info.html
git-info.md
git-line-summary.1
git-local-commits.1
git-local-commits.html
git-local-commits.md
git-lock.1
git-lock.html
git-lock.md
git-locked.1
git-locked.html
git-locked.md
git-merge-into.1
git-merge-into.html
git-merge-into.md
git-merge-repo.1
git-merge-repo.html
git-merge-repo.md
git-missing.1
git-missing.html
git-missing.md
git-mr.1
git-mr.html
git-mr.md
git-obliterate.1
git-obliterate.html
git-obliterate.md
git-paste.1
git-paste.html
git-paste.md
git-pr.1
git-pr.html
git-pr.md
git-psykorebase.1
git-psykorebase.html
git-psykorebase.md
git-pull-request.1
git-pull-request.html
git-pull-request.md
git-reauthor.1
git-reauthor.html
git-reauthor.md
git-rebase-patch.1
git-rebase-patch.html
git-rebase-patch.md
git-release.1
git-release.html
git-release.md
git-rename-branch.1
git-rename-branch.html
git-rename-branch.md
git-rename-remote.1
git-rename-remote.html
git-rename-remote.md
git-rename-tag.1
git-rename-tag.html
git-rename-tag.md
git-repl.1
git-repl.html
git-repl.md
git-reset-file.1
git-reset-file.html
git-reset-file.md
git-root.1
git-root.html
git-root.md
git-scp.1
git-scp.html
git-scp.md
git-sed.1
git-sed.html
git-sed.md
git-setup.1
git-setup.html
git-setup.md
git-show-merged-branches.1
git-show-merged-branches.html
git-show-merged-branches.md
git-show-tree.1
git-show-tree.html
git-show-tree.md
git-show-unmerged-branches.1
git-show-unmerged-branches.html
git-show-unmerged-branches.md
git-squash.1
git-squash.html
git-squash.md
git-stamp.1
git-stamp.html
git-stamp.md
git-standup.1
git-standup.html
git-standup.md
git-summary.1
git-summary.html
git-summary.md
git-sync.1
git-sync.html
git-sync.md
git-touch.1
git-touch.html
git-touch.md
git-undo.1 Correct undo documentation to match code order of parameters 2020-06-15 23:13:05 -05:00
git-undo.html Correct undo documentation to match code order of parameters 2020-06-15 23:13:05 -05:00
git-undo.md Correct undo documentation to match code order of parameters 2020-06-15 23:13:05 -05:00
git-unlock.1
git-unlock.html
git-unlock.md
index.txt
man-template.md
Readme.md

How to generate documentation:

DESCRIPTION

To generate documentation:

  1. Start by filling out the 'man-template.md'

  2. Then install a program ronn. Get ronn from github.

  3. Run make:

(Assumed you are under ./man when running the command below)

$ make -C .. man/git-<command>.{1,html}
  1. Remember, we use the following naming convention for files:
git-<command>.html
git-<command>.1
git-<command>.md

AUTHOR

Written by Leila Muhtasib <muhtasib@gmail.com> Shell Script by Nick Lombard <github@jigsoft.co.za>

REPORTING BUGS

<https://github.com/tj/git-extras/issues>

SEE ALSO

<https://github.com/tj/git-extras>