Level 0
Name | Link | Status | Mentioned |
---|---|---|---|
Level 0 | https://github.com/aruncs31s/level_0 | Done |
Task: Getting a gthub repository the right way
Task Completion
You need to get this github repository in you computer and run the following
Bash check. Sh
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://github.com/aruncs31s/level_0
- If you download code from GitHub, remember the word download, it does not downloads the
.git
folder
Getting a Git Repocitory
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:
-
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://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