Template:Git log TOC
Revision as of 14:07, 17 February 2023 by Newworld (talk | contribs) (Created page with "* <code>git log</code> * <code>git log -1</code> * <code>git log -p</code> * <code>git log --all</code> * <code>git log --oneline</code> * <code>git log...")
git log
git log -1
git log -p
git log --all
git log --oneline
git log --pretty=format:"%h - %an, %ar on %cd: %s"
- Show modifications to a file:
git log --follow -p FILE_TO_SHOW
[1] orgit blame FILE_TO_SHOW
git shortlog
- List developers:
git shortlogs -sne
[2] git log --tags --simplify-by-decoration --pretty="format:%ci %d"
Advertising: