Welcome! 🙋♀️ This repo contains curated 📚 semester-wise notes. Follow these simple steps to access and download them:
To download an individual file:
- Click the subject folder (e.g., Engineering-Mathematics-I).
- Open the file you want (e.g.,
Unit-1.md). - Click the three dots
...at the top-right of the file view. - Click Download ⬇️ to save the file locally.
Tip
Best when you need just one topic or a quick revision sheet! 📝
Want all units of a subject 📘 like Engineering-Mathematics-I?
GitHub doesn’t allow direct folder downloads, so use one of the methods below:
✅ Option 1: DownGit
-
Open DownGit
-
Paste the folder link, for example:
https://github.com/madhurimarawat/Semester-Notes/tree/main/1%20SEMESTER/Engineering-Mathematics-I -
Click Download 🚀 A ZIP file of that folder will be generated.
Tip
Great for downloading only one subject without the full repo.
Use this if you're comfortable with Git and need just one folder:
git clone --filter=blob:none --no-checkout https://github.com/madhurimarawat/Semester-Notes.git
cd Semester-Notes
git sparse-checkout init --cone
git sparse-checkout set "1 SEMESTER/Engineering-Mathematics-I"
git checkout mainCaution
Requires Git version 2.25+ and basic command line knowledge.
Use this if you want to:
- Contribute 🛠️
- Always get the latest updates 🔄
- Access everything offline
Run:
git clone https://github.com/madhurimarawat/Semester-Notes.gitWarning
Make sure Git is installed.
Note
Recommended for users who want to fork or make changes 💻.
If you find this helpful, feel free to 🌟 star the repo and contribute to make it even better for everyone!