adding file from local to repository
#Steps to add file from local to repository :
- Make a file in vscode and write your stuff
- Activate git using -
- use git status to see all the changes you have done
- follow the same procedure to add the file
- then push it