Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

how to git pull all projects in a folder

find . -type d -depth 1 -exec echo git --git-dir={}/.git --work-tree=$PWD/{} status ;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #pull #projects #folder
ADD COMMENT
Topic
Name
7+1 =