Template:Git log

From wikieduonline
Revision as of 07:59, 26 December 2019 by Welcome (talk | contribs) (Created page with "* <code>git log</code> * <code>git log -p</code> * <code>git log --all</code> * <code>git log --oneline</code> * <code>git log --pretty=format:"%h - %an, %ar on %cd: %s"</co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • git log
  • 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] or git blame FILE_TO_SHOW
  • git shortlog
  • List developers: git shortlogs -sne[2]
  • https://stackoverflow.com/a/31306082
  • https://stackoverflow.com/a/9597462
  • Advertising: