Projects - updating flows on multiple devices - how to auto pull?

Here is a simple off the top of head example...

cd ~/.node-red/projects/<name-of-project>
git fetch
git pull
node-red

Lots of examples on the web. search "bash script to pull from github"