Difference between revisions of "Git blame"

From wikieduonline
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
{{draft}}
+
<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 8: Line 10:
 
  Solution: <code>[[git init]]</code>
 
  Solution: <code>[[git init]]</code>
  
 +
== Related ==
 +
* <code>[[git log]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{git blame}}
 
* {{git}}
 
* {{git}}
  
 
[[Category:Git]]
 
[[Category:Git]]

Latest revision as of 12:41, 20 June 2024

Advertising: