Skip to content

Instantly share code, notes, and snippets.

@eporroa
Last active December 19, 2017 06:34
Show Gist options
  • Save eporroa/9743835 to your computer and use it in GitHub Desktop.
Save eporroa/9743835 to your computer and use it in GitHub Desktop.
git utils
##Git Blame File list of commiters sorted:
git blame --line-porcelain adCreativesControl.js | sed -n 's/^author //p' | sort | uniq -c | sort -rn

Descargar archivos

wget http://www.openss7.org/repos/tarballs/strx25-0.9.2.1.tar.bz2
wget -O taglist.zip http://www.vim.org/scripts/download_script.php?src_id=7701
curl -O http://www.openss7.org/repos/tarballs/strx25-0.9.2.1.tar.bz2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment