Your First Save Point
21%
Look Back at What You've Done
You now have two commits. Let's look at the history:
git log
You'll see something like:
commit b2c3d4e... (HEAD -> main)
Author: Your Name
Date: ...
Add subtraction function
commit a1b2c3d...
Author: Your Name
Date: ...
Add calculator with addition function
Learn Git in a Day
Everything you need, nothing you don'tEnroll now to unlock all content and receive all future updates for free.
