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> [<remote>]

DESCRIPTION

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

OPTIONS

<tagname>

The name of the newly created tag. Also used in tag comment.

<remote>

The "remote" repository that is destination of a push operation: it is passed to git push.

EXAMPLES

AUTHOR

Written by Tj Holowaychuk <tj@vision-media.ca>

REPORTING BUGS

<https://github.com/visionmedia/git-extras/issues>

SEE ALSO

<https://github.com/visionmedia/git-extras>

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