=====Github===== ====Setup==== ===GitHub Desktop=== * Install [[https://desktop.github.com|Github Desktop]] * Sign-in to github.com ===Git=== Github Desktop includes its own version of Git, do the following if a standalone installation of Git is desired as well: * Install [[https://git-scm.com/downloads|Git]] * Deselect Windows Explorer integration * Select Vim (Doesn't really matter, it will be changed to Sublime Text 3 later) * Checkout as-is, commit Unix-style line endings * Use Windows' default console window * Run ''git config --global core.editor "'C:/Program Files/Sublime Text 3/subl.exe' -w"'' in a cmd window (possibly admin)