Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once the code is cleaned up and we have less repositories we will move the code to the slac-lcls organization. This organization will also be used by the DAQ group and allows to group all of your code development together.

Content

Table of Contents

GitHub account

If you do not already have a GitHub account, sign up for a new account on GitHub.

...

Newly created ssh key file should be added to the ssh-agent by commands

Code Block
themeConfluenceMidnight
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa

...