从本地已有项目同步到git仓库 Posted on 2019-10-06 Views: Views: Valine: 1git init2git add .3git commit -m "first commit"4git remote add origin <url>5git push -u origin master