Total Teams
18
Total Coders
67
Total Commits
0
Lines of Code
+0
GitHub Repos
18 / 18
Commit Activity
Live Real-Time
Live Working Teams (18 Teams)
Active First| No. | Team Name | Players | Commits | LOC (+/-) | Assigned GitHub Repo | Git Guide |
|---|
Commit Velocity (Real-Time)
College Representation
Real-Time Commit Feed
How Teams Push Code
Har team ko unka GitHub repo assign hai. Code push karne par leaderboard par instant rank increase hoga:
# 1. Clone assigned repository
git clone https://github.com/<repo>.git
# 2. Add code and push commits
git add .
git commit -m "feat: your update"
git push origin main