Beginner guide to Git, Github and Github Action. Learn to use git commands and create Github actions for DevOps CI CD
What you’ll learn
Learn fundamental concepts of Version Control System
Learn all the basic and advanced git commands
Learn to collaborate with other team members
Learn the key concepts of branching, merging, and much more
Explore the inside look of .git folder
Learn to create repository using git bash and through Github as well
Learn basic Linux commands
Learn different types of branches like master, developer, feature, release and hotfix branch
Learn to create .gitignore files to ignore specific files
Learn to create beautiful Readme md file for eye catching description
Course content
7 sections • 19 lectures • 1h 29m total length
Requirements
Basic knowledge on Linux and its commands (Optional)
Git bash and Git desktop installed on system
Description
Why you should learn Git?
In stackoverflow 2020 survey, the most asked questions was related to Git. Git is everywhere as it is used by everyone whether by developer or tester or sysadmin. That makes Git as a must knowing skill to survive in IT jungle.
What is difference between Git and GitHub?
Git is a version control system that manage and keep track of source code history where as GitHub is a cloud-based hosting website that manage Git repositories through which you can access your git repository from anywhere.
Is Git a DevOps tool?
Git is one of the most popular DevOps tools, widely used across the software industry to work on large projects and maintain SDLC.
This is the crash course is fully packed with useful hands-on covering the key concepts at the same time without wasting crucial time of developer like you.
In this learning path you will learn all the fundamental concepts of Git like






