设置签名


git config user .name tom_pro
git config user .email goodMorning_pro@atguigu.com
#查看项目级别设置签名信息
- cat .git /config (.git 和/之间没有空格)
#查看系统级别设置签名信息
- 跳转到项目+文件: cd ~
- 查看文件地址:pwd
- 查看文件内容 : ll|less
- 查看包含隐藏文件: ll -la|less
- 查看系统签名。发现.gitconfig 文件 :cat .gitconfig
posted on 2020-02-27 11:29 HelloOcean 阅读(140) 评论(0) 收藏 举报
浙公网安备 33010602011771号