终端美化指北 一键安装命令: apt update apt install -y zsh git curl wget # 找到仓库,然后clone到本地 git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh # 复制.zshrc cp ~/.o
git学习笔记 git 配置git git config --list 查看git配置信息 git config --global user.name 提交人姓名 添加当前git环境的用户名 git config --global user.email 提交人邮箱 添加当前git环境的ஷ