How to Download Anything From GitHub? | Clone a Repository - Git & GitHub Tutorials for Beginners #1

Опубликовано: 18 Март 2026
на канале: CodeXam
500
8

Entire Documentation: https://github.com/Subham-Maity/Git-H...

Git Download Website Link: https://git-scm.com/

ultimate cheat sheet:
https://github.com/Subham-Maity/Git-U...


We discuss these comments in the ultimate cheat sheet:

1. git (instruction)

2. pwd (Present Working Directory: Prints out the current directory )

3. cd (Change Directory: To change this current working directory)

15. git clone https://github.com/Subham-Maity/Git-H...

Working Info:
Cloning a Remote Git Repository from GitHub

We are going to learn about Cloning a Git Repository from Github.
Steps:
Open Browser and go to the GitHub page of that git repository.
Let’s say for example we are cloning Xam's repo
Let’s navigate to the official Xam's repo
Now click on code or download and copy the URL.
Open git bash and type “git clone (copied URL)”
Example: “git clone https://github.com/Subham-Maity/Git-H...
Wait for the git clone to complete, this will only take a little bit of time for the first time.
Open The folder Yup congrats

CodeXam Insta:   / code.xam  
Personal Insta: @Subham_Xam


**Git Chapters**

a. Basic Chapter 1

https://docs.google.com/document/d/15...

b.Advance Chapter 2

https://docs.google.com/document/d/19...

**Cheat Sheet**

a.Basic Cheat Sheet

https://drive.google.com/file/d/1ABqC...

b.Ultimate Sheet

https://github.com/Subham-Maity/Git-U...