摘要: git分为 工作区--暂存区--本地库。修改后的文件存在于工作区,要用git add 添加到暂存区,然后再提交到本地库。 git config --global user.name 用户名 设置签名 git config --global user.email 邮箱 设置用户邮箱 git init 阅读全文
posted @ 2022-06-26 11:11 ElecYang 阅读(12) 评论(0) 推荐(0)