服务器配置 改名 sudo hostnamectl set-hostname xzz2021 添加用户并给予管理员权限, 删除用户 #root用户添加用户 adduser newuser #其它用户 sudo adduser newuser #-aG是使newuser加到sudo用组 userm
git 常用命令及其用法 # 设置用户名 git config --global user.name "Your Name" # 设置邮箱 git config --global user.email "you@example.com" # 查看配置信息 git config --list # 初始