mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-01-11 22:24:34 +01: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
|
||||
cp -v ./Output.tmp/index.html ./public/index.html
|
||||
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…
Reference in New Issue
Block a user