quicklisp-controller icon indicating copy to clipboard operation
quicklisp-controller copied to clipboard

tagged-git: use fetch --tags to overwrite local tags.

Open attila-lendvai opened this issue 9 years ago • 0 comments

without --tags git will not overwrite the local tags if someone has moved them in the remote with a push --force.

this is a step towards making tagged-git work seamlessly in a setup where project authors can move a tag called 'quicklisp' to the revision they propose to go into quicklisp.

unfortunately i couldn't test any of this.

attila-lendvai avatar Feb 01 '16 17:02 attila-lendvai