title: "Git Govdu Development Env"
date: 2021-01-07T13:17:50+08:00
draft: true
tags: ['']
author: "dadigang"
author_cn: "大地缸"
personal: "http://www.real007.cn"
关于作者
PS C:\Users\Administrator\Desktop\2021\govdu> git config -l
diff.astextplain.textconv=astextplain
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
http.sslbackend=openssl
http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
core.autocrlf=true
core.fscache=true
core.symlinks=false
pull.rebase=false
credential.helper=manager-core
credential.https://dev.azure.com.usehttppath=true
init.defaultbranch=master
user.name=dadigang
user.email=dadigang@real007.cn
http.sslverify=false
http.postbuffer=524288000
sendpack.sideband=false
core.repositoryformatversion=0
core.filemode=false
core.bare=false
core.logallrefupdates=true
core.symlinks=false
core.ignorecase=true
remote.origin.url=git://192.168.43.1/dadigang/govdu
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.master.remote=origin
branch.master.merge=refs/heads/master