1. git-release(1)
  2. Git Extras
  3. git-release(1)

NAME

git-release - Commit, tag and push changes to the repository

SYNOPSIS

git-release <tagname>

DESCRIPTION

Commits changes with message "Release <tagname>", tags with the given <tagname> and pushes the branch / tags.

OPTIONS

<tagname>

EXAMPLES

Release commit with the given <tagname>.

$ git release 0.1.0

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>

  1. October 2010
  2. git-release(1)