📅  最后修改于: 2022-03-11 14:51:10.091000             🧑  作者: Mango
echo "# visitor_management" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M Master
git remote add origin https://github.com/aymenit2008/visitor_management.git
git push -u origin Master