Versions Compared

Key

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

...

Info
This will rely heavily on git remotes. If you'd like to learn more about them, check this out!

Pulling From the Local Production Copy

Assuming that you trust the custodian of the local production copy to keep it up to date, this method is probably the easiest.

  1. In your physics devPanel directory, run "git remote add upstream ~/opsTools/devPanel"

    Image Modified

  2. Now you can just run "git pull upstream master" whenever you'd like to bring your local copy up to date with production!

...