摘要: git 操作 git init git config --global user.email "123@qq.com"git config --global user.name "zasd3" git add 文件夹 添加到暂存区git commit -m "提示" 推送到本地仓库git pull 阅读全文
posted @ 2023-01-03 20:31 拥有人鱼线的程序猿 阅读(21) 评论(0) 推荐(0)