Versions Compared

Key

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

Use when you want to edit and/or explore software that the group maintains

Step-by-step guide

This assumes a GitHub account and access to SLAC Lab.

  1. Find the repo on SLAC Lab
  2. Click "Fork" in the upper right corner. In the window that pops up, click the link that says [Your User Name]/devPanel (Mine says that I've already forked it, but yours should ask you where you want to fork it)
  3. It should automatically redirect you to your new GitHub fork. From there, click the green "Clone or Download" button and copy the ssh path. If you see what looks like a URL, click the blue "Use SSH" link right above it
  4. Back on an OPI (or ssh'ed in), type "set_profile [Your Username]". This should take you to your personal physics directory. Make a new devPanel subdirectory
  5. In that subdirectory, run "git init"
  6. Still in that subdirectory, type "~/mgibbs/link_repo_to_github/link_repo_to_github.sh -i" and follow the prompts (if you don't feel like thinking about the AFS repo, you can use this default, but you should paste in the GitHub ssh link you got in Step 4 for your fork or you'll connect to mine! You'll get slightly different messages since I've already run this before)
    1. What is AFS? It's the file system that exists in mcclogin and rhel6-64. You can't access it from lcls-srv01 (the physics account that launches when you launch a terminal from an OPI), but you can think about it like another directory tree that you have to ssh into to see.
  7. Type "git pull origin master" and type in your password when prompted (again, messages will be slightly different since I've done this before)

 

Info

Content by Label
showLabelsfalse
max5
spacesMCC
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "MCC"
labelskb-how-to-article

Page properties
hiddentrue
Related issues