watch tutorial on Youtube!
add one more line
- make changes in the code file
- check status using git status
- add file to git using git add filename
- comming the code using git commint , git commit -m "change in single line" -m "changes description"
- push the code to github, git push origin file main in github