Welcome to the official repository for the DevLabs : OpenLake Summer Bootcamp under OpenLake, IIT Bhilai.
This repository is intended for all mentees to submit their HTML, CSS, and JavaScript tasks. It also serves as a platform to get comfortable with version control using Git and GitHub — an essential skill for every developer.
Click the Fork
button in the top-right corner of this page to create a copy under your GitHub account.
git clone https://github.com/username/Devlabs_2025-Group2.git
cd DevLabs-Summer-Bootcamp
git status
git add .
git commit -m "Your message here"
git push origin main
git pull origin main
git checkout -b your-branch-name
git checkout branch-name
- Submit your code only inside your own folder.
- Do not touch or edit others' files.
- Maintain clean, readable code.
- Write meaningful commit messages.
- Pull the latest changes before pushing your work.
Rajeev Kumar
Mentor, OpenLake
IIT Bhilai
GitHub