medium
+20 XP
GIT

View Git History with git log

Practice viewing commit history.

Tasks:
1. Initialize a git repo
2. Create and commit `step1.txt` with message "First step"
3. Create and commit `step2.txt` with message "Second step"
4. View the log with `git log --oneline`
You're exploring as a guest. Create a free account to save progress and submit solutions.
Git ChallengeUse git commands to complete this challenge