Skip to content

MY201314MY/mteaching

Repository files navigation

mteaching

/*
init
*/
git init
git add .
git commit -m "upload"
git branch -M main
git remote add origin [email protected]:MY201314MY/gobject.git
git push -u origin main
/*
update
*/
git add .
git commit -m "example"
git push -u origin main