Level 0

Name Link Status Mentioned
Level 0 https://github.com/aruncs31s/level_0 Done

    Task: Getting a gthub repository the right way

    Hint:
    git clone <the repocitory url>
    

    Eg:

    git clone https://github.com/aruncs31s/level_0
    

    Getting a Git Repocitory

    Summary

    Caution

    Download and clone are not same

    FAQ:

    1. Why there is a dot (.) in front of the .git folder
      Ans: The . Or dot, means it is a hidden folder.

    2. Where will be the 'download' thing in the https://github.com site
      Ans: If you open a repository (from now on we call repository as repo)
      You will see a dropdown at the top right named "Code",
      Click on that and then you will see two tabs "Local" and "CodeSpaces"
      And then you will see "Clone" and "Download Zip" option


    After completing this checkout Level 1