]> git.phdru.name Git - git-scripts.git/blob - ls-not-pushed
bc950e5c678b24217b34858b1366418a66133d69
[git-scripts.git] / ls-not-pushed
1 #! /bin/sh
2 if git branch --verbose | grep -q "ahead\|behind"; then pwd; fi