You can checkout a tag in a git repo to explore historical versions of code bases. Running git checkout without a branch puts you in a detached HEAD state. To make changes with a tag as your starting point, use the -b <branch name> command.

1m read time From erikarow.land
Post cover image

Sort: