摘要: Git 菜鸟教程:Git // 用户信息: git config --global user.name "your name" git config --global user.email "your email" // 初始化版本库,并提交到远程服务器端: git init 本地初始化 touch 阅读全文
posted @ 2021-05-27 11:43 WCXRIB 阅读(40) 评论(0) 推荐(0)