Understanding Git
  • Introduction: Git Overview
  • Creating a GitHub Account
  • Creating your first git repository
  • Recap of GitHub Repository Creation
  • Accessing your Account Settings in GitHub
  • Generating RSA Keys
  • Adding a Public RSA Key to GitHub
  • RSA Keys Recap
  • Cloning Your New Repository
  • Creating a README for your repository
  • Saving your README file to GitHub
  • Previewing your saved work on GitHub
  • Saving your first work file to GitHub
  • Exercise 01: Modify your file and save (push) to GitHub
  • Solution to Exercise 01
  • Creating New Files and a New Branch
  • Recap: Creating New Files and a New Branch
  • Comparing Branches (Visually)
  • Pull Requests and Merging
  • Git Pull: Download the Latest code version
Practice
  • Exercise: Make Changes and Create a Branch
  • Solution to Exercise: Changes and Create a Branch
  • Exercise: Add and Commit Changes
  • Solution to Exercise: Add and Commit Changes
  • Recap: A look at what changed after Exercise 03
  • Exercise: Push changes to GitHub
  • Solution to Exercise: Pushing to GitHub
  • Exercise: Pull Request and Merge to master
  • Solution to Exercise: Pull Request and Merge
  • Exercise: Pull latest code
  • Solution to Exercise: Pull latest code
Bonus Material
  • Congrats Git Pro!
  • .gitignore
  • Markdown
  • git stash and pop
  • git diff
  • remove file
  • Course Finale: References and Recommendations