This oneliner update every git cloned application in the the directory
/home/user/github/”applications”
cd /home/user/github
Command:
for d in *; do pushd $d && git pull && popd; done
Never Give Up
This oneliner update every git cloned application in the the directory
/home/user/github/”applications”
cd /home/user/github
Command:
for d in *; do pushd $d && git pull && popd; done
Leave a Reply