timbrel / GitSavvy

Full git and GitHub integration with Sublime Text
MIT License
1.9k stars 135 forks source link

Ability to checkout tags #1838

Open peterkos opened 7 months ago

peterkos commented 7 months ago

Hi!

Would be neat to checkout a specific tag, either in the tag view, and/or as an additional command.

kaste commented 7 months ago

Yeah, that's doable. What I currently do is:

Iirc correctly both the tags view and of course the graph/history don't display all tags or all of the history but truncate at some point. (Although the history view loads more and more commits while scrolling.) So not all tags are easily reachable. Because of that maybe a separate command which always displays all tags or all annotated tags would make sense.

kaste commented 5 months ago

As the graph truncates the history, one can also hit s to toggle into "overview" mode. This is still truncated but which repo has thousands of tags? And it can look nice:

image