Update : change file in notes.txt

This commit is contained in:
Vipinraj01
2025-08-20 14:56:20 +05:30
parent 1974f69a4e
commit d7a3b59fd8
2 changed files with 7 additions and 1 deletions

View File

@ -1 +1,2 @@
Hi Guys
Hi Guys, welocme
How are you?

5
todo.txt Normal file
View File

@ -0,0 +1,5 @@
# 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"