IEEE NITP Technical Classes 2021 Submissions
Submission Process
- Fork the Repository to your GitHub Account
- Clone the repository to you local system
( If you are using Git Bash, Clone using the following command-
git clone <URL of Forked repo>
- Upload your solution file inside the designated folder eg- the solution of problem1 should be uploaded inside the folder Problem1
- The format of the solution file should be-
Name_Dept_Roll
- Add your changes to the forked repo
( If you are using Git Bash, Add using the following command-
git add .
- commit your changes to the forked repo
( If you are using Git Bash, Commit using the following command-
git commit -m <commit message>
- Push your changes to the forked repo
( If you are using Git Bash, Push using the following command-
git push origin <branch name>
- Create a pull request for your changes.
Viewing the questions and solutions
The questions and solutions shall be provided to the eligible members on the whatsapp group, for refrence purposes, they can be found at Link
#All The Best