- 博客(6)
- 收藏
- 关注
转载 git完整使用流程
git命令 安装 git 要检查是否安装了Git,在cmd终端运行: $ git version git version 2.27.0.rc1.windows.1 配置 git 我们只需要配置一些东西 git config --global user.name "前端xx" # 你的名字 git config --global user.email xx@qq.com # 你的邮箱 name和email对应上就设置好了 提交到github 电脑git要登github账号; 提
2022-04-06 15:44:39
1439
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人