Update git log content (#6625)

* Improve `git-log-options`

* Update src/data/roadmaps/git-github/content/git-log-options@qFEonbCMLri8iA0yONwuf.md

---------

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/6513/head^2
Vedansh ✨ 6 months ago committed by GitHub
parent 7643cca066
commit 4951984ff1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 13
      src/data/roadmaps/git-github/content/git-log-options@qFEonbCMLri8iA0yONwuf.md

@ -4,12 +4,13 @@
Here are some common git log options: Here are some common git log options:
- -2: Only show the last two commits. - `-2`: Only show the last two commits.
- --all: Show all branches in the repository. - `--all`: Show all branches in the repository.
- --graph: Display the commit history as a graph. - `--graph`: Display the commit history as a graph.
- --no-color: Disable colorized output. - `--pretty`: Enable clean colorized output.
- --stat: Show a statistical summary of changes. - `--no-color`: Disable colorized output.
- **-S`: Only show commits with modified files. - `--stat`: Show a statistical summary of changes.
- `**-S`: Only show commits with modified files.
You can combine these options to tailor your log output to suit your needs. You can combine these options to tailor your log output to suit your needs.

Loading…
Cancel
Save