]> git.phdru.name Git - git-scripts.git/blob - ls-not-pushed
Refactor(ls-not-pushed): Split into `-recursive` and `-repos`
[git-scripts.git] / ls-not-pushed
1 #! /bin/sh
2 if git branch --verbose | grep -q "ahead\|behind"; then pwd; fi