tj.git-extras/man/git-release.md
spacewander 76e0dfef97 replace visionmedia/git-extras to tj/git-extras
Although Github reserves the 'visionmedia' user space(a visit to there
will be redirected to 'tj'), it's better to
rename the links from visionmedia/git-extras to tj/git-extras
2014-11-06 17:12:01 +08:00

43 lines
935 B
Markdown

git-release(1) -- 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
* Release commit with the given <tagname>.
$ git release 0.1.0
* Release commit with the given <tagname> and push to specific remote.
$ git release 0.1.0 github
## AUTHOR
Written by Tj Holowaychuk &lt;<tj@vision-media.ca>&gt;
## REPORTING BUGS
&lt;<https://github.com/tj/git-extras/issues>&gt;
## SEE ALSO
&lt;<https://github.com/tj/git-extras>&gt;