摘要: 1. git的基本操作 1.1 设置用户签名 git config --global user.name "用户名" 1.2 查看本地库状态 git config --global user.email "邮箱" 1.3 初始化本地库 git init 1.4 查看本地库状态 git status 阅读全文
posted @ 2024-11-12 21:12 普信小林 阅读(17) 评论(0) 推荐(0)