Using Git

From T2B Wiki
Revision as of 12:29, 26 August 2015 by Maintenance script (talk | contribs) (Created page with " ==== Using Git on the T2:==== *First you need to create a pair of private/public ssh keys on the UIs (mX machines): <pre> ssh-keygen </pre> and follow the instruction...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Using Git on the T2:

  • First you need to create a pair of private/public ssh keys on the UIs (mX machines):
ssh-keygen
and follow the instructions. Defaults are fine.
  • Create an account on github
  • Go in you settings:

Image(git_ssh_key.png, 10%)

then SSH keys . Click on "Add SSH key", and copy the content of .ssh/id_rsa.pub (from the UI) in there. 

Image(git_ssh_key2.png, 50%)

  • Now you should be able to clone the repositories you want from any UI !



Template:TracNotice