Skip to content
Snippets Groups Projects
Commit f6495f5e authored by nimrod's avatar nimrod
Browse files

- Make version tags annotated as recommended.

parent 44a4e4e4
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
serve-http = !git update-server-info && cd .git && python -m SimpleHTTPServer serve-http = !git update-server-info && cd .git && python -m SimpleHTTPServer
staash = stash --all staash = stash --all
stat = status --short --branch 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} tracking = rev-parse --abbrev-ref --symbolic-full-name @{upstream}
trigger = !git commit --allow-empty --no-edit --amend && git push --force-with-lease trigger = !git commit --allow-empty --no-edit --amend && git push --force-with-lease
[color] [color]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment