tj.git-extras/man/git-extras.md
2012-06-16 16:16:34 -04:00

1.1 KiB

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-effort show effort statistics on file(s)
  • 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-info show information about the repository

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>