DragonFly On-Line Manual Pages
GIT-EXTRAS(1) GIT-EXTRAS(1)
NAME
git-extras - Awesome GIT utilities
SYNOPSIS
git-extras [-v,--version] [-h,--help] [update]
OPTIONS
-v, --version
Show git-extras version number.
-h, --help
Show this help. This option can also be used for any of the extras
commands.
update
Self update.
COMMANDS
o git-alias(1) Define, search and show aliases
o git-archive-file(1) Export the current HEAD of the git repository
to a archive
o git-authors(1) Generate authors report
o git-back(1) Undo and Stage latest commits
o git-bug(1) Create bug branch
o git-changelog(1) Generate a changelog report
o git-chore(1) Create chore branch
o git-clear(1) Rigorously clean up a repository
o git-commits-since(1) Show commit logs since some date
o git-contrib(1) Show user's contributions
o git-count(1) Show commit count
o git-create-branch(1) Create branches
o git-delete-branch(1) Delete branches
o git-delete-merged-branches(1) Delete merged branches
o git-delete-submodule(1) Delete submodules
o git-delete-tag(1) Delete tags
o git-delta(1) Lists changed files
o git-effort(1) Show effort statistics on file(s)
o git-feature(1) Create/Merge feature branch
o git-fork(1) Fork a repo on github
o git-fresh-branch(1) Create fresh branches
o git-gh-pages(1) Create the GitHub Pages branch
o git-graft(1) Merge and destroy a given branch
o git-guilt(1) calculate change between two revisions
o git-ignore-io(1) Get sample gitignore file
o git-ignore(1) Add .gitignore patterns
o git-info(1) Returns information on current repository
o git-line-summary(1) Show repository summary by line
o git-local-commits(1) List local commits
o git-lock(1) Lock a file excluded from version control
o git-locked(1) ls files that have been locked
o git-merge-into(1) Merge one branch into another
o git-merge-repo(1) Merge two repo histories
o git-missing(1) Show commits missing from another branch
o git-pr(1) Checks out a pull request locally
o git-psykorebase(1) Rebase a branch with a merge commit
o git-rebase-patch(1) Rebases a patch
o git-refactor(1) Create refactor branch
o git-release(1) Commit, tag and push changes to the repository
o git-rename-tag(1) Rename a tag
o git-repl(1) git read-eval-print-loop
o git-reset-file(1) Reset one file
o git-root(1) show path of root
o git-scp(1) Copy files to SSH compatible git-remote
o git-sed(1) replace patterns in git-controlled files
o git-setup(1) Set up a git repository
o git-show-merged-branches(1) Show merged branches
o git-show-tree(1) show branch tree of commit history
o git-show-unmerged-branches(1) Show unmerged branches
o git-squash(1) Import changes from a branch
o git-summary(1) Show repository summary
o git-touch(1) Touch and add file to the index
o git-undo(1) Remove latest commits
o git-unlock(1) Unlock a file excluded from version control
AUTHOR
Written by Tj Holowaychuk <tj@vision-media.ca>
REPORTING BUGS
<https://github.com/tj/git-extras/issues>
SEE ALSO
<https://github.com/tj/git-extras>
December 2015 GIT-EXTRAS(1)