Nigel Thorne's software development blog, focusing on finding simple solutions to real work problems.
I have a code folder. Under that I have subfolders for each repo I use.
Do I have any work in any of these folders that needs pushing?
for /d %d in (*) do (pushd %d && git branch && popd || popd)
all on master.. so nope.