💾 Archived View for freeshell.de › tldr › git-log.gmi captured on 2023-09-28 at 16:31:08. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

git log

Show a history of commits.

More information.

git log
git log -p {path/to/file_or_directory}
git log --stat
git log --oneline --graph
git log --oneline --decorate --all --graph
git log -i --grep {search_string}
git log -n {number} --author={author}
git log --before="{2017-01-29}" --after="{2017-01-17}"
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY