Introduction to Git and GitHub Coursera Graded External Assignment

In this course, you’ll learn how to keep track of the different versions of your code and configuration files using a popular version control system (VCS) called Git. We’ll also go through how to setup an account with a service called GitHub so that you can create your very own remote repositories to store your code and configuration.

Welcome to Introduction to Git and GitHub! You’re joining thousands of learners currently enrolled in the course. I’m excited to have you on my channel and look forward to your contributions to the learning community.

Throughout this course, you’ll learn about Git’s core functionality so you can understand how and why it’s used in organizations. We’ll look into both basic and more advanced features, like branches and merging. We’ll demonstrate how having a working knowledge of a VCS like Git can be a lifesaver in emergency situations or when debugging. And then we’ll explore how to use a VCS to work with others through remote repositories, like the ones provided by GitHub.

By the end of this course, you’ll be able to store your code’s history in Git and collaborate with others in GitHub, where you’ll also start creating your own portfolio! In order to follow along and complete the assessments, you’ll need a computer where you can install Git or ask your administrator to install it for you.

WHAT YOU WILL LEARN

  • Understand why version control is a fundamental tool for coding and collaboration

  • Install and run Git on your local machine

  • Use and interact with GitHub

  • Collaborate with others through remote repositories

Leave a Reply

Your email address will not be published. Required fields are marked *