Git and GitHub - Complete Course
Loading...

Git and GitHub - Complete Course

Learn Git and GitHub from beginner to advanced levels using a practical approach

4.8
(5 ratings)
36 enrolled
Excellent Rating
Course Instructor: Ewomazino Akpareva

Course Outcomes

  • Learn the key concepts of Git version control system
  • Learn and understand Git Workflow
  • Learn all the basic Git commands
  • Learn how to merge and handle merge conflicts
  • Learn key GitHub concepts such as creating/cloning/forking repositories
  • Working with GitHub by pushing to remote branches, pull requests, issues, labels, adding collaborators etc

Course Structure

80 lectures6h 5m total duration

  Introduction 
1min
  How to get the best from this course 
0min
  Introduction to Git 
2min
  Local Repository Vs Remote Repository 
2min
  Quiz 
3min

About This Course

In this course, you would learn Git and GitHub from beginner to advanced levels using a practical approach. I have tried as much as possible to make the course simple, easy to understand and beginner-friendly.

Now, what is the importance of learning git and GitHub?

If you are a developer or a software engineer and you hope to work either as a freelancer or in a software development company, then the knowledge of Git and GitHub is a mandatory requirement. This is because git is the version control system that helps you track and manage changes on a project while you collaborate with other developers. It also helps you participate and contribute to open source projects of potential employers.

But even if you don't work in a software development company, git and GitHub would still help you manage version control in your private project and this is a good enough reason to learn Git and GitHub.

Course ApproachIn this course we begin by learning the basics of git and then together, we create a project that is uploaded to GitHub. we then go into some advanced concepts.The course is organized to cover the following

  1. Basics of the command line.
  2. Basics of Git
  3. Practicing Git
  4. Some advanced Git concepts
  5. GitHub
  6. Using Git in Visual Studio Code.

But what is Git?

Git is an Open Source Distributed Version Control System that help developer manage changes to a project over time.Let's break down the keywords in the git definition above.

Git is free to download and install and you can create a GitHub account for free also.

Control System: This basically means that Git is a content tracker. So Git can be used to store content and is mostly used to store code due to the other features it provides like a version control system.

Version Control System: The code which is stored in Git keeps changing as more code is added. Also, many developers can add code in parallel. So Version Control System helps in handling this by maintaining a history of what changes have happened.

Distributed Version Control System: Git has a remote repository which is stored in a server and a local repository which is stored in the computer of each developer. This means that the code is not just stored in a central server, but the full copy of the code is present in all the developers’ computers. Git is a Distributed Version Control System since the code is present in every developer’s computer.

What is GitHub?

GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere. To get started with GitHub, you simply need to create a free GitHub account.

By the end of this course, you would be comfortable using Git and GitHub and collaborating with everyone to write code and build amazing projects.

Used by learners at

Microsoft
Amazon
Google

Course Requirements

  • Basic Computer Knowledge
  • Basics of Programming Language (Not Mandatory)

Student Feedback

4.8
Course Rating

80%

20%

0%

0%

0%

Course Instructor

Ewomazino Akpareva
Fullstack developer and Instructor.
Ewomazino Akpareva
4.7 Instructor rating
115 Ratings
1.4k Students
9 Courses

Hi, I'm zino. I'm a web developer who is passionate about teaching and helping people understand the core concepts of web development and other technologies. I know what it feels like to take a cour...View profile

Upgrade to a Pro account and unlock more courses for accelerated learning. Instant feedback, interactive learning and more.

Free

  • 100+ coding courses
  • Certificate of completion
  • Hands-on practice
  • 24x7 doubt solving with AI
  • 100+ projects to practice
  • In-depth project feedback
  • AWS cloud sandboxes

Pro

  • 100+ coding courses
  • Certificate of completion
  • Hands-on practice
  • 24x7 doubt solving with AI
  • 100+ projects to practice
  • In-depth project feedback
  • AWS cloud sandboxes
Upgrade To Pro