Git
IT 傻白甜
葱鸭,葱鸭,
展开
-
git命令
命令行 配置用户和邮箱 Git Bash -> git config --global user.name "liangke" git config --global user.email "you@example.com" //注意邮箱格式 //取消用户邮箱配置 git config --global --unset user.name git config --global --unset user.email 查看git 用户和邮箱 git config --globa...原创 2021-02-22 14:22:47 · 76 阅读 · 0 评论 -
git和githup基础操作
Git的安装 检测有没有安装git git --version git下载网址 https://git-scm.com/download/win 有这两个 就说明安装成功了 创建仓库 创建成功 设置要忽略上传的文件 这个文件必须创建原创 2021-02-22 10:05:07 · 114 阅读 · 0 评论