代码
阅读 312
评论 0
点赞 1
git常用命令
官方网址:https://git-scm.com/ 配置命令: git init git config --global user.name "用户名" git config --global user.email "邮箱" 远程命令: git clone 需要的地址 git clone -b
代码
官方网址:https://git-scm.com/ 配置命令: git init git config --global user.name "用户名" git config --global user.email "邮箱" 远程命令: git clone 需要的地址 git clone -b
代码
editorconfig常用配置 * 匹配除/之外的任意字符串 ** 匹配任意字符串 ? 匹配任意单个字符 [name] 匹配name中的任意一个单一字符 [!name] 匹