└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Example Repo Title 2 | Hello world!!!! 3 | 4 | Second change! 5 | 6 | # New version of this course (2020) 7 | ### gitforeverybody.com 8 | 9 | http://gitforeverybody.com/ is designed to help people learn Git (and more advanced Git) from scratch. It is a 3 hour premium course. 10 | 11 | In this Git Essentials / Git for Everybody course, you'll learn everything I use in a daily work flow, including: 12 | * creating a new repo 13 | * adding ssh keys 14 | * branching 15 | * merging 16 | * rebasing 17 | * tagging 18 | * resolving merge/rebase conflicts 19 | * (it covers A LOT more than the Git & GitHub Crash Course teaches) 20 | 21 | You can find Git Essentials on: 22 | 23 | 1. [gitforeverybody.com](http://gitforeverybody.com/git-essentials) 24 | 2. [Skillshare](https://skl.sh/2viPzB9) 25 | 3. [Udemy](https://www.udemy.com/course/git-and-github-tutorial/?referralCode=91132F334DCD0CCAA250) 26 | 27 | ## The original blog post from 2018 28 | .. can be found here -> [View the full blog post with video](https://kalob.io/blog/getting-started-with-github/) 29 | --------------------------------------------------------------------------------