初始化git项目

    技术2022-07-11  133

    1  一个已经存在的本地项目,推送到远程git仓库 

    touch README.md git init git add README.md git commit -m "first commit" git remote add origin https://git.imooc.com/sarscov2/foodie.git git push -u origin master

     

    Processed: 0.014, SQL: 9