git使用 Grand 2021-07-25 83 阅读1分钟 在上面点击加号后选择new repository新建仓库 拿到git仓库地址 git status 查看状态(红色的为未提交的代码) git add. 将未提交的代码添加到缓存区 git commit -m '初始化项目' git push 提交到服务器