Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to checkout tags #1838

Open
peterkos opened this issue Dec 13, 2023 · 2 comments
Open

Ability to checkout tags #1838

peterkos opened this issue Dec 13, 2023 · 2 comments

Comments

@peterkos
Copy link

Hi!

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

@kaste
Copy link
Collaborator

kaste commented Dec 13, 2023

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

  • when I'm in the tags view, I hit g for the graph, and then checkout the tag detached.

  • when I'm already in the graph/Repo History, I open "Goto Symbol" (ctrl+r on Windows/Linux) (that's the symbol list local to the view) and then search/type for the tag.
    image

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
Copy link
Collaborator

kaste commented Feb 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants