Hi,
I have a repository called "abc". I could clone it with URL ssh://git@localhost:7999/jd/abc.git
Now i have changed the repository name "abc" to "xyz"
I can clone it with ssh://git@localhost:7999/jd/xyz.git
However, am also able to clone, push with the old URL ssh://git@localhost:7999/jd/abc.git
I do not want the developers to work on old URL. Any help