if i want to add file on replit and i want to show this file in gitHub, do the following on the shell :
- git status (to know whats going on )
- git add
- git commit-m” why i do this”
- git push orign main
if i want to add file on replit and i want to show this file in gitHub, do the following on the shell :