📅  最后修改于: 2022-03-11 14:49:48.260000             🧑  作者: Mango
//it assumes theres at least one commit on the local repo
git init
git remote add origin git@github.com:username/new_repo
git push -u origin master