Say I have a local dev machine, and I set the git origin to be another machine '2', is it possible to have machine2's git origin set to another machine? This would let me push my code from dev to machine2, and have machine3 as a remote backup for the repo on machine2.
Thanks