Git blame
Blame whoever broke production
Blame whoever broke production
#!/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
Also in C++:
- command to check size of folder in linux
- use svg in gatsby
- install paho mqtt client raspberry pi
- flutter install in window
- unzip ubuntu
- ubuntu 20.04 bluetooth not turning on or working
- remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
- change desktop icon size in linux
- gitignore for eclipse
- ubuntu 19.10 eoan update error
- putty ubuntu
- git diff current repo and other branch
- delete cash on ubuntu
- git flow finish feature
- terminal get timezone utc
- github how to add ssh key
- ip info on ubuntu
- git use ssh instead of https
- list all packages installed with pip
- git go back to previous commit
- install react dependencies
- how to install pip on linux
- powershell check if elevated
- inspect a pid in linux