Closed jmalloc closed 7 years ago
For example, assuming the current URL is git@host:a/b/c.git, the command would change the URL as follows:
git@host:a/b/c.git
grit rename x
git@host:a/b/x.git
grit rename x/y
git@host:a/x/y.git
grit rename x/y/z
git@host:x/y/z.git
And then move the repo into the appropriate location and update the index.
For example, assuming the current URL is
git@host:a/b/c.git
, the command would change the URL as follows:grit rename x
->git@host:a/b/x.git
grit rename x/y
->git@host:a/x/y.git
grit rename x/y/z
->git@host:x/y/z.git
And then move the repo into the appropriate location and update the index.