check-unpushed-commits
v0.2.5
Published
check repos in a specified folder for commits that haven't been pushed
Downloads
5
Readme
check-unpushed-commits
Simple tool to check all repos in a specified folder for commits that haven't been pushed.
install and usage
- $
npm i -g check-unpushed-commits
- $
cuc -d ~/wip
todos
- [x] fetch all sub git repos
- [x] check if current dir in loop has commits to push
- [x] add list of directories that pass or fail
- [ ] add theme output for pass/fail
- [ ] add config for default directory or suggest alias usage
- [ ] prompt user to auto push all that were not pushed??
- [ ] compile down for npm package