Welcome to the course
  • What is Git and Why use Git
Fundamental Concepts of Git and Github
  • Git Jargons- Version Control System, Repository, Remote
  • Components of Git- .git folder, Readme.md, .gitignore
  • Different states of files
  • Different states of files [Prac]
  • Git Workflow
Git COMMANDS which everyone should know
  • git init
  • git add
  • git commit
Creating First Repo
  • Creating First Repo through Git bash
  • Creating First Repo through Github dashboard
Gitignore file
  • Gitignore file
Concepts of Branching
  • What is git branch? Why do we need one?
  • Creating new branch, switching between branches, merging and deleting branches
  • Different types of git branches
Git Action
  • Creating first Github Action workflow
  • Running python program
  • Creating simple python web application
  • Creating new python github action workflow
Git, Github and Github Action with React JS
  • initializing, staging, committing and publishing git repository
  • Deploying React app to Github page
  • Writing Github Action workflow
Quiz
  • Test your knowledge