Push changes from a local repository

PHOTO EMBED

Wed Mar 29 2023 03:54:54 GMT+0000 (Coordinated Universal Time)

Saved by @lmacciomaretto

git status
git add .
git commit -m "what is being added/changed"
git push origin main
content_copyCOPY