Home / Programming /

Create a Git Remote

server portion

  1. connect to remote server:
  2. change directory
  3. create an empty folder for the new master repository
  4. create an empty git repo:

local repo portion

  1. from your git repo, run
  2. Push existing contents to the new server:
  3. Henceforth, you should be able to run

this document last modified: October 11 2017 22:50

Home / Programming /