Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Git blame get users most edited file

#!/bin/bash

# save as i.e.: git-authors and set the executable flag
git ls-tree -r -z --name-only HEAD -- $1 | xargs -0 -n1 git blame 
 --line-porcelain HEAD |grep  "^author "|sort|uniq -c|sort -nr
Comment

PREVIOUS NEXT
Code Example
Shell :: javafx install mac not working 
Shell :: partial match find terminal "find" 
Shell :: batch token in vault 
Shell :: how to set up password ssh access askubuntu 
Shell :: debian bin folder symlink to usr/bin 
Shell :: install virtualenv ubuntu 18.04 stackoverflow 
Shell :: vim term split to the right 
Shell :: youtube dl text tracked playlist download 
Shell :: install gron 
Shell :: webmin depends on unzip; however: Package unzip is not installed. 
Shell :: dd mac status 
Shell :: ubuntu tar all .log and .txt 
Shell :: windows 7 build 7601 not genuine permanent fix 
Shell :: installing custom indicators mt4 mac 
Shell :: cli full form 
Shell :: bash commands inside Tcl 
Shell :: fsl convert_xfm 
Shell :: dashed filename 
Shell :: linux forensic deleted files 
Shell :: check if my connection is wpa2 ubuntu 
Shell :: fix errors occurred when installing a file in linux 
Shell :: kali linux vdi 
Shell :: how to enable tray icon on ubuntu 18.04 
Shell :: posix function on defined in php 
Shell :: use vim or perl to replace the cdc_ string in chromedriver 
Shell :: copie fichier de server vers linux 
Shell :: boundEastLongitude: -74.18249700000001 
Shell :: a2ensite example. 
Shell :: ubuntu mate 20.04 videodev module not working 
Shell :: install vert manager linux 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =