Update .gitconfig
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
696a98b108
commit
57f74ba79f
1 changed files with 3 additions and 2 deletions
|
@ -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 origin master --tags
|
p = push --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' -
|
||||||
|
@ -30,5 +30,6 @@
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = matching
|
default = simple
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue