Presentation for the workshop Getting Started with Git and GitHub. This presentation introduces basic Git and GitHub concepts, after this presentation hands on working with GitHub desktop occurs. As a precursor to the workshop, attendees are asked to create a GitHub.com account, install GitHub Desktop, and install a recomended code editor such as VS Code, VS Codium, Sublime, or R Studio. The workflow of the hands-on section is as follows: Create a repository in GitHub Choose an owner Name the repository Write a short description Initialize with a README file Choose a license Choose a .gitignore template Clone the repository locally with GitHub Desktop Change the local repository path because local computer...