Difference between revisions of "Git blame"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
<code>[[git blame]]</code>
+
<code>[[git blame]]</code> https://git-scm.com/docs/git-blame
* https://git-scm.com/docs/git-blame
 
  
 +
git blame YOURFILE [[--porcelain]] | grep  "^author " | sort -u
 +
 +
== Errors ==
 
  git blame
 
  git blame
 
  fatal: not a git repository (or any of the parent directories): [[.git]]
 
  fatal: not a git repository (or any of the parent directories): [[.git]]
Line 12: Line 14:
  
 
== See also ==
 
== See also ==
 +
* {{git blame}}
 
* {{git}}
 
* {{git}}
  
 
[[Category:Git]]
 
[[Category:Git]]

Latest revision as of 12:41, 20 June 2024

Advertising: