muffin2006/email_triage_env
0
email-triage-env
On your machine, put all the project files in a folder then:
git init git add . git commit -m "initial commit" git branch -M main
Create repo on github.com first, then:
git remote add origin https://github.com/muffin-2006/email-triage-env.git git push -u origin main
