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
As seen here,
$ git remote rm origin $ git remote add origin git@github.com:aplikacjainfo/proj1.git $ git config master.remote origin $ git config master.merge refs/heads/master