Course curriculum

  1. 01
    • Intro to git and github

    • What is GitHub

    • Why to use github

    • Downloading Git

    • Navigation using terminal - Intro to Git status

    • Learn how to commit

    • Commit modifications, Unstage changes and trace history

    • All about git reset and git stash

    • Connect local folder to GitHub - Intro to git push

    • Learn Git Branching

    • Pushing Modifications

    • What is forking and cloning

    • Intro to Pull Requests

    • Delete commit in Pull Request

    • Making our GitHub repos Main branch even with Upstreams Main branch

    • Using git rebase to merge different set of commits

    • Understanding how to resolve merge conflicts