1-i added some text files to my_project and some data
2-i added these files using "git.add" and make a commit using "git commit -m "" " then push files using " git push origin main "
if i want to see the status of files using this command " git status"
3- i added a branch for my_project and can add some featues to it and working on