To push the newly populated Git repository to a remote server, you'll need to add a remote origin location and execute a push to the remote origin/master branch. git remote add origin git@my-git-server:my-repository.git git push -u origin master Step 7.
↧