随笔分类 - 1-git
摘要:1,git基础 1-0,浏览器查看命令用法-help git help --web 命令 1-1,配置用户名和邮箱-config git config --global user.name 'your_name' git config --global user.email 'your_email@
阅读全文
摘要:1,git上传文件到github(中心式,pull、add、commit、push循环) 在github创建仓库,在本地创建项目初始文件夹 本地右键项目文件夹,选择Git Bash Here git clone https://*** (注:此步骤会将远程仓库的全部内容下载下来) 若报错 “fata
阅读全文