From 767300b15b6b272a8a3e9dd31da8b4643b24d24d Mon Sep 17 00:00:00 2001 From: Edward Bigos Date: Thu, 4 Dec 2025 16:42:10 -0500 Subject: [PATCH] eds file --- git-config-ed.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 git-config-ed.txt diff --git a/git-config-ed.txt b/git-config-ed.txt new file mode 100644 index 0000000..035b094 --- /dev/null +++ b/git-config-ed.txt @@ -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