Observatory System/Instrument System (OS/IS) Lessons

A repository for storing and rendering potential lessons

View the Project on GitHub cflagg/codingSupportGroup:gh-pages

Lesson Links

External Resources

Welcome to the OS/IS Lessons GitHub Page.

This is the GitHub Page for NEON OS/IS Lesson Development to place to upload and share code, figures, etc. through a web browser. You can upload .md and .Rmd files to this repository by checking out the "gh-pages" branch like so:


$ cd codingSupportGroup
$ git checkout gh-pages

If you need to go back to the master branch (Git keeps track of modified and unmodified work in the "index"), simply check it out again via:


$ git checkout master


If you have not updated your repo in a while but have modified some files, run the following git commands (always remember, PULL before you push):


$ git add --all
$ git commit -a -m "my message"
$ git pull
$ git push

This is for you Streaker!