85.0 in git?
Moderator: Moderators
-
- Posts: 834
- Joined: 19 May 2009, 21:10
85.0 in git?
Master branch currently contains 84.0. Where to get 85.0?
Re: 85.0 in git?
ummm :/
thanks for pointing that out!
indeed someone force pushed old master over the new one, and reset it from tag 85.0 back to 84.0. i fixed that, and it is now back on 85.0.
alternatively, you could also have checked out the 85.0 tag directly (the tag is just an alias for a SHA1). tags are not remote specific, so you do not use origin/85.0, but simply 85.0.
thanks for pointing that out!
indeed someone force pushed old master over the new one, and reset it from tag 85.0 back to 84.0. i fixed that, and it is now back on 85.0.
alternatively, you could also have checked out the 85.0 tag directly (the tag is just an alias for a SHA1). tags are not remote specific, so you do not use origin/85.0, but simply 85.0.