I have a repo (origin) on a USB key that I cloned on my hard drive (local). I moved \"origin\" to a NAS and successfully tested cloning it from here.
I would like to
To change the remote upstream: git remote set-url origin
git remote set-url origin
To add more upstreams: git remote add newplace
git remote add newplace
So you can choose where to work git push origin or git push newplace
git push origin
git push newplace