月度归档: 2024 年 9 月

1 篇文章

thumbnail
git常用操作
Git Git笔记 安装和初始化配置 打开终端或open git bash here,输入git -v查看版本 使用方式 命令行 图形化界面(GUI) IDE插件/扩展 配置用户名和邮箱 git config --global user.name "xxx" git config --global user.email [email protected] 保存用…