Currently, there's no way to view commit history. Adding a git log command would let users see past commits, authors, dates, and messages—similar to Git.
- Improves usability
- Shows project evolution
- Aligns with Git features
Example Usage:
java Main log
Example Output:
commit abc123...
Author: Devanshi <devanshii@gmail.com>
Date: 2025-06-13T12:00:00Z
👩💻 I'm contributing as a Social Summer of Code (SSOC) contributor and would love to work on this if approved
Currently, there's no way to view commit history. Adding a git log command would let users see past commits, authors, dates, and messages—similar to Git.
Example Usage:
java Main logExample Output:
👩💻 I'm contributing as a Social Summer of Code (SSOC) contributor and would love to work on this if approved