Go to project admin, and rename.
Then, in your local .git project, simple edit your '.git/config' file
[remote "origin"]
url = g...@github.com:fractal/old-name.git
fetch = +refs/heads/*:refs/remotes/origin/*
...
Now just change old-name to new name, save and push
Works perfectly :D
ReplyDelete