eds file
This commit is contained in:
parent
53f3897446
commit
767300b15b
1 changed files with 30 additions and 0 deletions
30
git-config-ed.txt
Normal file
30
git-config-ed.txt
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
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/etc/ssl/certs/ca-bundle.crt
|
||||
core.autocrlf=true
|
||||
core.fscache=true
|
||||
core.symlinks=false
|
||||
pull.rebase=false
|
||||
credential.helper=manager
|
||||
credential.https://dev.azure.com.usehttppath=true
|
||||
init.defaultbranch=master
|
||||
user.name=Edward Bigos
|
||||
user.email=bigos@stcc.edu
|
||||
init.defaultbranch=main
|
||||
credential.https://cset2.stcc.edu.provider=generic
|
||||
credential.helper=manager
|
||||
core.repositoryformatversion=0
|
||||
core.filemode=false
|
||||
core.bare=false
|
||||
core.logallrefupdates=true
|
||||
core.symlinks=false
|
||||
core.ignorecase=true
|
||||
remote.origin.url=https://cset2.stcc.edu/git/jlcooper/git_practice2.git
|
||||
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
|
||||
branch.main.remote=origin
|
||||
branch.main.merge=refs/heads/main
|
||||
credential.https://cset2.stcc.edu/git.username=bigos
|
||||
Loading…
Add table
Add a link
Reference in a new issue