Use this repository to mark your attendance.
Fork this repo to your GitHub account.
git clone https://github.com/<your-username>/attendance.git
cd attendanceReplace <branch-name> with your department branch (for example: CS, IT, AI).
git checkout <branch-name>git pull origin <branch-name>Edit attendance.md and add your:
- Name, Branch,Roll No, Div
- Short description of your understanding from lecture
git add attendance.md
git commit -m "Add attendance: <your-name>"git push origin <branch-name>Create a PR from your fork’s <branch-name> branch to this repository’s <branch-name> branch.
After approval, check the website the next morning. If your name appears, your attendance is marked.