Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Commit

Permalink
Added alias for gitsubdiffs, which check git status in subdirectories
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jul 29, 2015
1 parent 0930dc3 commit 0c04cb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ config-bash:
echo "alias r='sudo docker rm -fv'"; \
echo "alias s='sudo docker ps -a | less -S'"; \
echo "alias m='make'"; \
echo "alias gitsubdiffs='find . -maxdepth 1 -mindepth 1 -type d -exec git -C {} status \;'"; \
) | tee -a $${HOME}/.bashrc; \
echo ""; \
echo ""; \
Expand Down

0 comments on commit 0c04cb4

Please sign in to comment.