git log command ကို repository ၏ commit history ကို ကြည့်ရန် အသုံးပြုသည်။ Commit တိုင်း၏ ID (hash), author, date, နှင့် message ကို ပြသသည်။
bash
git logYou should see
commit a1b2c3d4e5f6... (HEAD -> master) Author: Your Name Date: Fri Sep 26 12:00:00 2025 +0630 Add initial project files