Review changes in specific directories with git
Two handy aliases which show all changes between current HEAD
revision and the remote branch origin/master
for specific folders:
git rv
: show log messages filtered by given foldersgit rc
: show count of log messages filtered by given folders