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.
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.
Create a new Automator workflow and set it up as above and save as "Run As Admin". |