Using Git
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:
then SSH keys . Click on "Add SSH key", and copy the content of .ssh/id_rsa.pub (from the UI) in there.
- Now you should be able to clone the repositories you want from any UI !