Go to Course: https://www.coursera.org/learn/git-basics-for-devops
Git Introduction
This introductory module covers essential Git concepts, including installation, repository initialization, and basic operations. By the end of this module, learners will be equipped with foundational knowledge to start using Git effectively for version control.
GIT BranchesThis module emphasizes remote repository management, focusing on branches and collaborative workflows. Participants gain proficiency in branching strategies to streamline collaborative development processes.
Initialize Remote RepositoriesThis module focuses on enabling participants to understand the concepts of Remote Repositories. It covers essential concepts such as forking repositories, understanding collaborative workflows through pull requests, and resolving merge conflicts to ensure seamless collaboration.
What is GIT? What is the single most important tool that Developers and Operations teams must know alike today? Git! Git is a distributed version control system that allows developers and operations teams to collaborate and keep track of the changes made on a project. GIT, as a DevOps tool, empowers collaboration and faster release cycles. Anyone willing to start their DevOps career or level up should start from the basics, and GIT is the most fundamental requirement of all. Why You Should Use
Really nice how interactive this course is. I really enjoyed and had the opportunity to consolidate the knowledge about Git.