root@ubuntu:~# git config --global --list
http.sslverify=false
credential.helper=store
core.longpaths=true
core.editor=vim
core.autocrlf=false
core.whitespace=cr-at-eol
core.pager=less -x1,5
user.email=1355720698@qq.com
user.name=yaoliu
alias.ls=log --color --graph --date=format:’%Y-%m-%d %H:%M:%S’ --pretty=format:’%Cred%H%Creset %Cgreen%s %C(yellow)(%cd) %C(bold blue)<%an>%Creset’
root@ubuntu:~#