Introduction
  • Introduction
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
AWS Code Commit
  • Creating first code commit repository
  • Creating new branch and pushing content into it