#shell script
steps
- create repo in Github
- clone repo in local laptop
- start developing
- Add the files to temp area --check the status as -- >git status -- > git add --> git commit -m "some - message" --> git config --global user.email "kbandari292@gmail.com" --> git config --global user.name "kub292" --> git push -u origin main or --> git add . ; git commit -m "some-message"; git push -u origin main
*commit the changes *push the changes to GitHub/central repo
** naming convenrio