Skip to content

Repository files navigation

NED University CSIT Study Materials

PRs Welcome Visitors GitHub Repo stars GitHub forks GitHub last commit GitHub contributors

Content

  1. Introduction
  2. Materials
  3. How to Contribute

Introduction

This repository provides a collection of study materials organized by semesters, including notes, assignments, past papers, and more for the NED University CSIT (BCIT) Department.

Materials

Here are the study materials available for each semester. Click on a semester to explore notes, assignments, projects, and reference tools.

This repository will be continuously updated as new resources become available.

🤝 How to Contribute

Via Links

  1. Share Additional Links You can add them directly in the appropriate semester folder's README.md file.

  2. Format for README.md:

    - [Link Title](https://your-link-here.com)
    - [Semester 1 Notes (Batch X)](https://drive.google.com/your-link-here)
    - [Semester 2 Assignments (Batch Y)](https://mediafire.com/your-link-here)

Via Material

We welcome contributions from students, alumni and others. Your contributions will help keep this repository valuable for current and future students. Here's how you can contribute:

Click the Star to support the repo and Fork it to contribute.

  1. Clone the Forked Repository:

    git clone https://github.com/<your-github-username>/NED-University-CSIT-Department-Study-Materials.git
  2. Navigate to the project directory:

    cd NED-University-CSIT-Department-Study-Materials
  3. Set upstream with the parent repository:

    git remote add upstream https://github.com/Ubaid01/NED-University-CSIT-Department-Study-Materials.git
  4. Sync your fork with the upstream repository (Important: Always do this before starting work):

    git fetch upstream
    git checkout main
    git merge upstream/main
    • If you've already made changes and need to sync, use rebase:
    git pull --rebase upstream main
  5. Create a new branch (recommended 1 time only):

    git checkout -b <your_branch_name>
  6. Make your changes: Add your materials to the appropriate semester folder with similar naming convention.

  7. Stage your changes and commit:

    git add .
    git commit -m "your_commit_msg"
    • Example commit message: "Add semester 3 DSA notes for Batch 2023"
  8. Push your local commits to the remote repository:

    git push -u origin <your_branch_name>
  9. Create a Pull Request: Go to your forked repository on GitHub and click "Compare & pull request." Add an appropriate title and description explaining your changes.

Congratulations! 🎉 You have made your contribution.

Once your pull request is reviewed and approved, it will be merged into the main repository. By contributing, you're helping hundreds of upcoming students access useful materials that can improve their learning journey, just as previous contributors have helped yours. Thank you!

Important Notes:

  • Always sync your fork with upstream before creating a new branch
  • Write clear commit messages and organize materials properly in the correct folder

Contributors

Huge thank you to all the amazing contributors who make this repository better. Keep contributing and sharing knowledge! 🙌

Contributors

About

This repository comprises essential study materials including notes , assignments , labs and past papers for various semesters of CSIT(BCIT) Department at NED University.

Topics

Resources

Stars

19 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages