tj.git-extras/git-release.md
Tj Holowaychuk 759312c402 Docs
2010-10-31 18:42:52 -07:00

33 lines
645 B
Markdown

git-release(1) -- 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 &lt;<tj@vision-media.ca>&gt;
## REPORTING BUGS
&lt;<http://github.com/visionmedia/git-extras/issues>&gt;
## SEE ALSO
&lt;<http://github.com/visionmedia/git-extras>&gt;