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.
- 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.
- 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
- 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
- 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.
- Push the changes to your forked repository:
git push origin main
- 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.
- Your pull request will be reviewed and you will be notified.
- 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! 🚀