anthonyshort / deku

Render interfaces using pure functions and virtual DOM
https://github.com/anthonyshort/deku/tree/master/docs
3.41k stars 130 forks source link

1.0.0 is both a tag and a branch #338

Closed rstacruz closed 8 years ago

rstacruz commented 8 years ago

This causes confusing when doing this, as this will always navigate to the branch:

pasted_image_12_30_15__11_09_pm

The workaround is to use ^{} (see man gitrevisions):

https://github.com/dekujs/deku/tree/1.0.0%5E%7B%7D

But perhaps it's better to rename the branch to v1 or v1.x or similar.

anthonyshort commented 8 years ago

Fixed :)

Those were old PR branches