Skip to content

Latest commit

 

History

History
84 lines (54 loc) · 2.29 KB

File metadata and controls

84 lines (54 loc) · 2.29 KB

📘 How to Use This Repository

Welcome! 🙋‍♀️ This repo contains curated 📚 semester-wise notes. Follow these simple steps to access and download them:


📥 1. Download a Single File

To download an individual file:

  1. Click the subject folder (e.g., Engineering-Mathematics-I).
  2. Open the file you want (e.g., Unit-1.md).
  3. Click the three dots ... at the top-right of the file view.
  4. Click Download ⬇️ to save the file locally.

Tip

Best when you need just one topic or a quick revision sheet! 📝


📁 2. Download a Complete Subject Folder (e.g., Engineering-Mathematics-I)

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

  1. Open DownGit

  2. Paste the folder link, for example:

    https://github.com/madhurimarawat/Semester-Notes/tree/main/1%20SEMESTER/Engineering-Mathematics-I
    
  3. Click Download 🚀 A ZIP file of that folder will be generated.

Tip

Great for downloading only one subject without the full repo.


✅ Option 2: Git Sparse Checkout (Advanced)

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 main

Caution

Requires Git version 2.25+ and basic command line knowledge.


🧰 3. Clone the Entire Repo (All Semesters & Subjects)

Use this if you want to:

  • Contribute 🛠️
  • Always get the latest updates 🔄
  • Access everything offline

Run:

git clone https://github.com/madhurimarawat/Semester-Notes.git

Warning

Make sure Git is installed.

Note

Recommended for users who want to fork or make changes 💻.


🙌 Happy Studying!

If you find this helpful, feel free to 🌟 star the repo and contribute to make it even better for everyone!