Git/Github Essentials: Everything You Need To Get Started

Everything you need to know to get working with Git/GitHub in under 1 hour!

Git is the most used version control software tool, and this course will teach you everything you need to know to get up and running with git. We will go over how we use Git/GiHub in our everyday development environment. We will learn the fundamentals and apply them to a live git repository.

What you’ll learn

  • Understand the role Git/GitHub plays in workflows that involve collaboration and version control..
  • Understanding of the Git/Github Framework.
  • Learn how to create and contribute to a GitHub Repository.
  • Learn how to interact with a GitHub Repository in a way that enables collaboration with others.

Course Content

  • Introduction –> 2 lectures • 4min.
  • Introduction –> 4 lectures • 44min.
  • Conclusion –> 1 lecture • 1min.

Git/Github Essentials: Everything You Need To Get Started

Requirements

Git is the most used version control software tool, and this course will teach you everything you need to know to get up and running with git. We will go over how we use Git/GiHub in our everyday development environment. We will learn the fundamentals and apply them to a live git repository.

We will cover the following topics:

  1. What is Git/Github? Why are they important?We will explore the use cases where Git comes in handy and why it is so popular among developers.
  2. Creating and Cloning a GitHub Repository.We will create a GitHub Repository and clone it via HTTPS.
  3. Staging, Committing, and Pushing to a Repository.We will make changes to files in our repository, stage those changes, commit them and push them to our remote repository.
  4. Branching, Merging, and Pull Requests.We will go into branching, checking out multiple branches, making changes to them and merging them back into the default branch. We will also go over pull requests and pulling!
  5. Gitignore, Forking, and Handling Merge Conflicts.We will go over why the Gitignore file is useful. We will simulate and handle a merge conflict then end by learning about forking.

By the time you’re done, you will know enough about Git/GitHub to start using them for your projects or contributing to projects on GitHub.

Get Tutorial