Compare commits

...

3 Commits

Author SHA1 Message Date
HuangHai 20932be02d 'commit'
4 days ago
HuangHai 542911a27e 'commit'
4 days ago
HuangHai 5621253fb1 'commit'
4 days ago

1
.gitignore vendored

@ -11,4 +11,5 @@
/dsUtils/lib/
/.idea/
/dsLightRag/.idea
/dsLightRag/Topic/

@ -0,0 +1,15 @@
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
[remote "origin"]
url = http://10.10.14.176:3000/huanghai/dsProject.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
remote = origin
merge = refs/heads/main
vscode-merge-base = origin/main
vscode-merge-base = origin/main

@ -0,0 +1,15 @@
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
[remote "origin"]
url = http://www.hzkjai.com:27010/huanghai/dsProject.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
remote = origin
merge = refs/heads/main
vscode-merge-base = origin/main
vscode-merge-base = origin/main

@ -1,7 +0,0 @@
git config --global core.autocrlf false
git add -A .
git commit -am 'commit'
git pull
git push origin main

@ -0,0 +1,12 @@
del d:/dsWork/dsProject/.git/config
copy d:/dsWork/dsProject/Doc/config-in-network d:/dsWork/dsProject/.git/config
git config --global core.autocrlf false
git add -A .
git commit -am 'commit'
git pull
git push origin main

@ -0,0 +1,10 @@
del "d:/dsWork/dsProject/.git/config"
copy d:/dsWork/dsProject/Doc/config-out-network "d:/dsWork/dsProject/.git/config"
git config --global core.autocrlf false
git add -A .
git commit -am 'commit'
git pull
git push origin main
Loading…
Cancel
Save