Feedback

Chat Icon

Learn Git in a Day

Everything you need, nothing you don't

Mark the Milestones
74%

Tag Your First Release

Our calculator has grown from a single add function to a full-featured tool with nine operations, a README, and a .gitignore. That sounds like a good milestone to mark as version 1.0.

To tag the current commit:

git tag v1.0

That's it. The tag v1.0 now points to the latest commit on main. You can verify by running:

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