Skip to content

sodiumhalogenteam/check-unpushed-commits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

check-unpushed-commits

check-unpushed-commits npm version

Simple tool to check all repos in a specified folder for commits that haven't been pushed.

check-unpushed-commits example

install and usage

  • $npm i -g check-unpushed-commits
  • $cuc -d ~/wip

todos

  • fetch all sub git repos
  • check if current dir in loop has commits to push
  • 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