Files
git-practice-Vipin/todo.txt
2025-08-20 14:56:20 +05:30

6 lines
186 B
Plaintext

# Stage all modified and new files
git add .
# Commit with a meaningful message
git commit -m "Fix: aggregate employee task details by employeeId and calculate total estimate & actual"