Versions Compared

Key

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

Notice that this page has been deprecated in favor of the new PyDM Tutorial in the SRF space


Table of Contents

Git

Git is a command line version control tool that we use in development so that multiple people can work on one file at a time without stomping all over each other's changes. I would strongly recommend reading though the quick git intro I used in college before continuing down this page; I found it really helpful when I was first learning, and it'll help provide a lot of context for what comes next.

...