Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for Tnuctipâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #289092 |
Yes. Per the docs I linked, it replaces the tag if it exists. "Replace" is a reasonable synonym for "delete and re-create". (more) |
— | over 1 year ago |
Edit | Post #289092 |
Post edited: |
— | over 1 year ago |
Edit | Post #289092 | Initial revision | — | over 1 year ago |
Answer | — |
A: How to move a tag in git? You can (forcibly) replace a tag with the `-f, --force` flag: git tag -f v2023 (assuming the current `HEAD` is where you want the tag to end up) (more) |
— | over 1 year ago |