Fix git p alias in regards to tags
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
57f74ba79f
commit
eb025090eb
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
c = commit -s
|
||||
|
||||
# Push to the master branch of the origin remote
|
||||
p = push --tags
|
||||
p = push --follow-tags
|
||||
|
||||
# Tag the latest commit
|
||||
t = !sh -c 'git tag -a $1 -m $1' -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue