- To create a open-source central location where students can find all notes and learning materials.
- To reduce the burden on one person by collaborative contributions.
Github has many features which allows multiple people to contribute to the same folder/project/data
- Companies expect all CSE students to know how to use git and github because it is used almost everywhere.
- Git is like Google Drive
- Git allows anyone to request for new data (notes in our case) from the whole world (because anyone in the world can add new data/notes)
- Git protects the old data/notes by keeping it separate from the newly added data by random strangers
.
└── TU-B.Tech-3rd-sem/
├── Syllabus/
│ ├── 3rd Sem Syllabus.pdf
│ └── 3rd Sem Syllabus.docx
├── Data-Structures-CO210/
│ ├── matrix_multiplication_analysis.md
│ └── Assets/
│ └── images/
│ ├── matrix_multiplication.jpeg
│ └── matrix_illustration.jpeg
└── README.md
Downloading data/notes is the simplest task.
- Click on the green "Code" button Then from the list click on "Download ZIP"
- STEP 2) After the download is complete, you will find the ZIP file in the "Download" folder of your machine. You can either use the ZIP file directly or extract it first.
Watch this video: Video to be made