I’m transitioning source control from VSS to GIT using github. I’ve toyed with it a little, made a repo, loaded some code. Now I’m ready to really start setting it up for our codebase and I want to change the directory that the repo points to. I basically want to start over. How can I go about doing this?
I’m transitioning source control from VSS to GIT using github. I’ve toyed with it
Share
If you want to change your local directory:
Obviously, –add will add a url, and –push will push to it.
If you want to change the repository as it is on github, you’ll have to create a new one and copy your repository across.