How to set alias git tag
for git tag -s
?
[alias]
tag = tag -s
Now I can't override this in .gitconfig
. It's not works as I seen. I think it because tag
predefined argument of git
. Can be this done using aliases or functions in Bash?
git version 2.13.1