git环境配置手册

git环境配置手册
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:~#

上一篇:python的字符串


下一篇:工作中常用工具(更新中)