Repo for Submission of tasks for IEDC Tech Team Trainees final round
- Fork this repo - Click on the fork button on the top-right of this page
- Clone the forked repo to your local machine
git clone https://github.com/<your_github_username>/IEDC-Tech-Trainees.git
- Navigate into the respective task folder
- Create a new folder there with folder name as <yourName_yourClass> and put your entire project in this folder
- Add your changes using git
git add .
- Commit your changes using git
git commit -m "Added <your_name> Project"
- Push the changes to Github
git push
- Go to your fork on github and click on Pull request
- Create a New Pull Request to the main repo with title as "Submitting <yourName_yourClass>"
- That's it, Done!!