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"
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"