Coding Blog
Monday, June 17, 2019
Check whether changes happen in multiple git repositories
for /f "tokens=*" %%a in ('dir /ad /b') do cd %%a & git status & cd ..
Thanks for the answers in
https://stackoverflow.com/questions/24352701/check-status-of-all-git-repositories-at-once
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment