Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Checkout with a Git tag instead of a branch #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

d0iasm
Copy link

@d0iasm d0iasm commented Mar 26, 2021

https://github.com/torvalds/linux has the v5.4 tag but doesn't have the v5.4 branch.

So the command for git checkout should be:

$ git checkout tags/v5.4 -b v5.4

Thanks!

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

Successfully merging this pull request may close these issues.

1 participant