mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-10 23:41:27 +00:00
2020-03-06 14:21:11
This commit is contained in:
@@ -118,10 +118,9 @@ deploy() {
|
||||
cd $1
|
||||
if [ ! -d ".git" ]; then
|
||||
git init
|
||||
git config --local user.email "monlor@qq.com"
|
||||
git config --local user.name "monlor"
|
||||
|
||||
fi
|
||||
git config --local user.email "monlor@qq.com"
|
||||
git config --local user.name "monlor"
|
||||
if [ ! -f ".gitattributes" ]; then
|
||||
git lfs install
|
||||
git lfs track "*"
|
||||
|
||||
Reference in New Issue
Block a user