Difference between revisions of "Template:Git log"

From wikieduonline
Jump to navigation Jump to search
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* <code>git log</code>
+
<code>[[git log]], [[git shortlog]], [[git log --all]]</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"</code>
 
* Show modifications to a file:<code>git log --follow -p FILE_TO_SHOW</code><ref>https://stackoverflow.com/a/31306082</ref> or <code>git blame FILE_TO_SHOW</code>
 
* <code>git shortlog</code>
 
* List developers: <code>git shortlogs -sne</code><ref>https://stackoverflow.com/a/9597462</ref>
 
 
 
== See also ==
 
* {{git}}
 
 
 
 
 
[[Category:git]]
 

Latest revision as of 16:39, 2 April 2023

Advertising: