Git command details ################################
- From VS code add the new files or edit the new files.
- From bottom of the screen where we can observer the TERMINAL.
- Be in that location for e.g. /Users/lnk/Desktop/vs_coding copy/git_learn/unix_sap
- Then proceed as below.
- git status
- git add .
- git commit -m “daily updates “
- git push origin main
- This will completely update the changes and new addition to your respective git repository.