Difference between revisions of "Template:Git log"

From wikieduonline
Jump to navigation Jump to search
Line 7: Line 7:
 
* <code>git shortlog</code>
 
* <code>git shortlog</code>
 
* List developers: <code>git shortlogs -sne</code><ref>https://stackoverflow.com/a/9597462</ref>
 
* List developers: <code>git shortlogs -sne</code><ref>https://stackoverflow.com/a/9597462</ref>
 
== See also ==
 
* {{git}}
 
* {{changelogs}}
 
 
[[Category:git]]
 

Revision as of 08:00, 26 December 2019

  • 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: