Fix git p alias in regards to tags

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2017-01-11 18:16:14 +01:00
parent 57f74ba79f
commit eb025090eb

View file

@ -16,7 +16,7 @@
c = commit -s c = commit -s
# Push to the master branch of the origin remote # Push to the master branch of the origin remote
p = push --tags p = push --follow-tags
# Tag the latest commit # Tag the latest commit
t = !sh -c 'git tag -a $1 -m $1' - t = !sh -c 'git tag -a $1 -m $1' -