diff --git a/.gitconfig b/.gitconfig index 94109d68b3e27deb4a18d3866f7f3b3759dd5c71..57eba44d295433e99c8f4b8c03932c7a5d4d843f 100644 --- a/.gitconfig +++ b/.gitconfig @@ -17,7 +17,7 @@ serve-http = !git update-server-info && cd .git && python -m SimpleHTTPServer staash = stash --all stat = status --short --branch - tag-version = !git tag -f "v$(cat VERSION)" + tag-version = !git tag -af "v$(cat VERSION)" tracking = rev-parse --abbrev-ref --symbolic-full-name @{upstream} trigger = !git commit --allow-empty --no-edit --amend && git push --force-with-lease [color]