% Delete name on remote repository git remote rm origin % Push your project to the central server with git push https://github.com/ehodneland/cellsegm.git HEAD % Naming your remote repository git remote add origin https://github.com/ehodneland/cellsegm.git % And push it to the server git push origin