mirror of
https://github.com/tj/git-extras.git
synced 2026-09-15 09:56:19 -04:00
36 lines
1 KiB
Markdown
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 <<tj@vision-media.ca>>
|
|
|
|
## REPORTING BUGS
|
|
|
|
<<http://github.com/visionmedia/git-extras/issues>>
|
|
|
|
## SEE ALSO
|
|
|
|
<<http://github.com/visionmedia/git-extras>>
|