Loading...
基本用法远程登录服务器:ssh user@hostname user: 用户名hostname: IP地址或域名第一次登录时会提示:The authent...
git命令分类整理全局设置git config --global user.name xxx:设置全局用户名,信息记录在~/.gitconfig文件中 g...