Feedback

Chat Icon

Learn Git in a Day

Everything you need, nothing you don't

Mark the Milestones
78%

Travel Back to a Tag

If you want to see your project exactly as it was at a specific tag, you can check it out:

git checkout v0.1

Git will show a message about being in a detached HEAD state. This means you're looking at an old snapshot, not a branch. You can browse the files and run the code, but you shouldn't make new commits here - they won't belong to any branch.

To go back to where you were:

Learn Git in a Day

Everything you need, nothing you don't

Enroll now to unlock all content and receive all future updates for free.

Unlock now  $9.99$7.49

Hurry! This limited time offer ends in:

To redeem this offer, copy the coupon code below and apply it at checkout:

Learn More