Skip to content

TypeScript code snippet – How to git pull all projects in a folder?

find . -type d -depth 1 -exec echo git --git-dir={}/.git --work-tree=$PWD/{} status \;
See also  Python code snippet - How to get the end of a item in a array?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.