Horje
git percentage of authorship Code Example
git percentage of authorship
git ls-tree -r HEAD|sed -re 's/^.{53}//'|while read filename; do file "$filename"; done|grep -E ': .*text'|sed -r -e 's/: .*//'|while read filename; do git blame -w "$filename"; done|sed -r -e 's/.*\((.*)[0-9]{4}-[0-9]{2}-[0-9]{2} .*/\1/' -e 's/ +$//'|sort|uniq -c




Shell

Related
pip install django tenant users Code Example pip install django tenant users Code Example
view git branch changes graphically just local Code Example view git branch changes graphically just local Code Example
powershell type of object Code Example powershell type of object Code Example
check ip address linux Code Example check ip address linux Code Example
refusing to exec crouton from noexec mount Code Example refusing to exec crouton from noexec mount Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12