You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git status
git add .
git restore --staged . # optional: if like to undo `git add .`, make changes now
git status # will see required files
git add .
git commit -m "xxx"
git push -u origin main