1

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

Valeriy
  • 1,365
  • 3
  • 18
  • 45

0 Answers0