Update .gitconfig

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

View file

@ -16,7 +16,7 @@
c = commit -s
# Push to the master branch of the origin remote
p = push origin master --tags
p = push --tags
# Tag the latest commit
t = !sh -c 'git tag -a $1 -m $1' -
@ -30,5 +30,6 @@
[core]
editor = vim
[push]
default = matching
default = simple