Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: point out explicitly where clone will land

...

  • Your SSH public key must have been posted to Git Server
  • Add this to ~/.ssh/config

    No Format
    title~/.ssh/config
    Host g14 tssg
    Hostname technologynursery.org
    Port 2222
    User git


Clone Examples

Execute these in the directory in which you wish to base your local repository (example: ~/Projects)

  • git clone ssh://git@technologynursery.org:2222/git-server/repos/tssgTech.git

...