Skip to content

vihaan211005/winter-camp-24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Winter Camp EClub

Overview

Welcome to the EClub Winter Camp'24! This repository is used to submit assignments for the camp. Follow the instructions below to submit your assignment.

Steps to Submit Your Assignment

1. Fork the Repository

  • Go to this repository’s main page.
  • In the top-right corner, click the Fork button to create a personal copy of the repository under your GitHub account.

2. Clone the Forked Repository

  • On your forked repository’s page, click on the Code button.
  • Copy the URL.
  • Open your terminal and clone the repository:
    git clone https://github.com/your.username/winter-camp-24
  • Navigate into the repository directory:
    cd winter-camp-24

4. Complete the Assignment

  • Now, complete your assignment and make the necessary changes in the repository.
  • Your submitted file/folder should be inside Assignment_xx folder and names as name_rollnumber

5. Commit Your Changes

  • Once you’ve completed the assignment, commit your changes:
    git add .
    git commit -m "Completed Assignment xx"
  • The commit message should briefly describe the changes made.

6. Push Your Changes

  • Push the changes to your forked repository:
    git push origin main

7. Create a Pull Request (PR)

  • After pushing your branch, go to your forked repository on GitHub.
  • You will see an option to Compare & pull request. Click it.
  • Add a title and description for your pull request.
  • Make sure to mention which assignment you're submitting (e.g., "Submission for Assignment xx").
  • Click on Create pull request to submit your assignment.

8. Wait for Review

  • Your pull request will be reviewed and you will be notified.

Notes:

  • Please ensure that you submit the assignment on time.
  • Double-check that your branch contains only the necessary files for the assignment.

Good luck! Hope you have a good time in the camp! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published