Ok, do this:Jack Bauer wrote: ↑Tue Jan 12, 2021 3:27 pm Think I have sent you an invite on github Matt. In other news the Grey Goose arrived home today so E46 and Nissan Leaf testing on the vcu is next:) The Goose also has the M3 pcs fitted so will see about finally waking that up and integrating into the vcu.
In the main folder you're in and having trouble with...
git add .
git commit -m 'Matt fix this stuff please'
git push origin master:test
and I'll try and unwind this ASAP. I imagine it won't be too bad.

The commands - add everything, commit it with a message, and push the local branch named master to an alternate branch on the remote.
-Matt