Skip to content

Getting Started

Lars Vilhuber edited this page Oct 21, 2018 · 2 revisions

Learn Git

  • Do a generic Git tutorial
  • Understand the various locations used by Git
  • (optional) Get familiar with the desktop apps (mostly for Windows folks), but you MUST learn the command line!

Learn Markdown

Most modern Git hosts work best with text files coded in Markdown. It is also useful if expanding to R. Anyway, learn it! You will be required to maintain README files in Markdown.

Downloading

There's nothing to download! That being said, Markdown files are text files, and some text editors are better than others at rendering the "pretty" version of Markdown (see Atom or Visual Studio Code

Learning

Clone this wiki locally