tj.git-extras/man/git-extras.md
Tj Holowaychuk 5d267749a6 docs
2011-03-29 08:58:12 -07:00

36 lines
1 KiB
Markdown

git-extras(1) -- Awesome GIT utilities
=================================
## SYNOPSIS
`git-extras` [-v,--version] [-h,--help] [update]
## COMMANDS
- `git-changelog` changelog population
- `git-commits-since` show commit logs since some date
- `git-contrib` show a user's contribution
- `git-count` show commit count
- `git-fresh-branch` create fresh branches
- `git-graft` merge and destroy a given branch
- `git-ignore` add .gitignore patterns
- `git-release` commit, tag and push changes to the repository
- `git-setup` set up a git repository with initial commit
- `git-repl` GIT read-eval-print-loop
- `git-summary` repository summary & contrib
- `git-touch` touch and add file to the index
- `git-undo` undo one or more of the latest commits
- `git-pull-request` pulls the given request from github
## AUTHOR
Written by Tj Holowaychuk &lt;<tj@vision-media.ca>&gt;
## REPORTING BUGS
&lt;<http://github.com/visionmedia/git-extras/issues>&gt;
## SEE ALSO
&lt;<http://github.com/visionmedia/git-extras>&gt;