Thursday, May 13, 2021

Do I have anything I should have pushed?

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.


GitHub Projects