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`