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 clone <url (ssh)> # this is how you create a clone repo from github
git add <filename> # stages the changes
git commit # commit changes
git push origin main