...
We want reach a point where we share and develop code following best practices and secure protocols. The vehicle we need for this journey is called "version control", and in the age of data science Git is standard for version control systems. Git provides tools to support the entire life-cycle of open source software, whether it is written for web development, data science, system processes, or virtual machine configuration on the cloud. For this reason, all of our code is stored and versioned using Git. We can then use GitHub to host and distribute our coderepositories.
This page is designed to help get you to relevant links to get you up and running with Git and to direct you to any resources that might help you get more familiar with our code baseget started working with our code base via Git. Additional information is provided to introduce you to languages and environments we currently use, e.g. Julia and Python.
Git
...