Course curriculum

  • 1

    introduction

    • Introduction to Github
    • Analogy of Git & Github
    • Course Content
    • Creating Github Account
  • 2

    Basics of Github

    • Features of Github
    • Creating First Repository
    • How to Commit
    • Hack For Markdown Format
    • Git Bash and IDE
    • Installing VS Code
    • Configuring Git Bash
    • Cloning the Repository
    • Assignment (clone)
    • Solution of Clone
  • 3

    Commands

    • Git Command
    • Git Statuses
    • Git Add & Commit
    • Git Push
    • Local to Remote Repository
    • Solution (Readme file)
  • 4

    Branches

    • Introduction to Branches
    • Concept of Branches
    • Basic Commands for Branches
    • Pushing New Branch to Remote
    • Merging via PR Method
    • Merging via Local
    • Resolving the Conflicts
  • 5

    How to Undo

    • Mistakes
    • Undo Before add & Commit
    • Undo After add & Before Commit
    • Undo After add & Commit
  • 6

    Fork

    • Fork
    • Solution (Fork)