cd project_path #Go to your local project git init #Initialize git commit my_file #First part of saving your file to the web git push origin main #Now your changes are on the web