mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-14 00:48:21 +00:00
Update cheatsheets
This commit is contained in:
22
git-release
Normal file
22
git-release
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# git release
|
||||
|
||||
> Create a Git tag for a release.
|
||||
> Part of `git-extras`.
|
||||
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-release>.
|
||||
|
||||
- Create and push a release:
|
||||
|
||||
`git release {{tag_name}}`
|
||||
|
||||
- Create and push a signed release:
|
||||
|
||||
`git release {{tag_name}} -s`
|
||||
|
||||
- Create and push a release with a message:
|
||||
|
||||
`git release {{tag_name}} -m "{{message}}"`
|
||||
Reference in New Issue
Block a user