mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
feat(git): gtc - push new tag automatically to remote
This commit is contained in:
parent
7d3a702b15
commit
d3e580eaad
2 changed files with 4 additions and 3 deletions
|
|
@ -205,7 +205,7 @@ plugins=(... git)
|
|||
| `gta` | `git tag --annotate` |
|
||||
| `gts` | `git tag -s` |
|
||||
| `gtv` | `git tag \| sort -V` |
|
||||
| `gtc` | `git tag -a <tagName> -m <message/tagName>` |
|
||||
| `gtc` | `git tag -a <tagName> -m <message/tagName> && git push origin <tagName>` |
|
||||
| `gignore` | `git update-index --assume-unchanged` |
|
||||
| `gunignore` | `git update-index --no-assume-unchanged` |
|
||||
| `gwch` | `git whatchanged -p --abbrev-commit --pretty=medium` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue