Git & GitHub Intro
Git is a tool to help track changes to your code. GitHub is a Git-aware online repository that facilitates code sharing and collaboration. You can use Git and GitHub to organize your coding assignments, showcase your data science projects, or even manage your personal website. Knowing Git and GitHub will also look good on your resume.
This workshop will help you get started with Git & GitHub. We will cover,
- What’s Git & GitHub and why should you use them?
- Simple Git & GitHub workflows and some hands-on practice (using GitHub Desktop)
- How to build a personal blog site and host it on GitHub?
- Workshop Slides
- Resources (GitHub Desktop)
- YouTube Tutorial by Coder Coder (22mins; great review for today’s workshop)
- GitHub Desktop Official Document
- Resources (Git Command Line)
- Version Control with Git by Software Carpentry
- Getting Started Tutorials from Bitbucket Atlassian
- Git command cheat sheet from GitHub
Back to TDMDAL Computing Page