DUMMY steps to push changes git add . : to add all changes git commit -m "YOUR MESSAGE": to commit git push origin BRANCH_NAME: to push OTHER CMNDS git status : tells us the changes in repo git log : history of commits code .: to open the same directory in vs code