mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-04-15 15:57:19 +02:00
Update 4 files
- /GitLab.CrossRepoSync.sh - /SetupGitProfile.sh - /GitLab.CrossRepoSync.sh.old - /GitLab.Main.sh
This commit is contained in:
parent
68b7d80fa1
commit
70ef6972d7
0
GitLab.CrossRepoSync.sh → GitLab.CrossRepoSync.sh.old
Executable file → Normal file
0
GitLab.CrossRepoSync.sh → GitLab.CrossRepoSync.sh.old
Executable file → Normal file
@ -15,6 +15,3 @@ tiddlywiki \
|
|||||||
mkdir -vp ./public
|
mkdir -vp ./public
|
||||||
cp -v ./Output.tmp/index.html ./public/index.html
|
cp -v ./Output.tmp/index.html ./public/index.html
|
||||||
sh ./Main.sh
|
sh ./Main.sh
|
||||||
|
|
||||||
SetupGitProfile
|
|
||||||
TryCrossRepoSync
|
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
git config --global user.email "$GitUserEmail"
|
|
||||||
git config --global user.name "$GitUserName"
|
|
||||||
git config --global credential.helper store
|
|
||||||
echo "https://$GitUserName:$GitPassword@gitlab.com" > ~/.git-credentials
|
|
Loading…
x
Reference in New Issue
Block a user