Replies: 1 comment 1 reply
-
Can you refile this as an issue? Admittedly, issues get more visibility than the discussions section. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This breaks
brew install --HEAD codex
as the brew git client would try to fetch the tag and got a clobbering errorAnd because of homebrew limitations, it's a bit hard to add a refspec to ignore this tag locally.
So instead of using a moving tag, could you please use a protected branch instead?
The general convention is that branches can be updated regularly, while tags aren't.
My current workaround is to manually wipe the tag before each homebrew update
Beta Was this translation helpful? Give feedback.
All reactions