1、首先在gitLab或gitHub上创建新的远端仓库,具体步骤此处略过;
2、本地新建项目并完成编辑后,cd进入项目目录;
3、使用git进行本地和远端的同步:

git init

git remote add origin 远端仓库地址

git add .

git commit -m “新建项目”

git push -u origin master


dustinqi0452
0 声望0 粉丝

蜘蛛可怕但有用,猫虽可爱但废物