mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-04-04 18:51:02 +02:00
OcttKB Cross-Repo Sync (HTML to Raw)
This commit is contained in:
parent
e7898a2ebd
commit
cedafbc9de
@ -1,5 +1,5 @@
|
|||||||
created: 20230413174839254
|
created: 20230414103300701
|
||||||
current-tiddler: GettingStarted
|
current-tiddler: GettingStarted
|
||||||
modified: 20230413174839254
|
modified: 20230414103300701
|
||||||
title: $:/HistoryList
|
title: $:/HistoryList
|
||||||
type: application/json
|
type: application/json
|
@ -4,6 +4,12 @@ ToLower(){
|
|||||||
echo "$1" | tr "[:upper:]" "[:lower:]"
|
echo "$1" | tr "[:upper:]" "[:lower:]"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GitPush(){
|
||||||
|
git add .
|
||||||
|
git commit -m "$1"
|
||||||
|
git push
|
||||||
|
}
|
||||||
|
|
||||||
SetupGitProfile(){
|
SetupGitProfile(){
|
||||||
git config --global user.email "$GitUserEmail"
|
git config --global user.email "$GitUserEmail"
|
||||||
git config --global user.name "$GitUserName"
|
git config --global user.name "$GitUserName"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
created: 20230413125137469
|
created: 20230413125137469
|
||||||
creator: Octt
|
creator: Octt
|
||||||
modified: 20230413134713676
|
modified: 20230414102929144
|
||||||
modifier: Octt
|
modifier: Octt
|
||||||
title: $:/OcttKB/Repo/Lib.Git.sh
|
title: $:/OcttKB/Repo/Lib.Git.sh
|
||||||
type: text/plain
|
type: text/plain
|
@ -1,6 +1,6 @@
|
|||||||
created: 20230413124212673
|
created: 20230414101832787
|
||||||
creator: Octt
|
creator: Octt
|
||||||
list: $:/OcttKB/Repo
|
list:
|
||||||
modified: 20230413134703735
|
modified: 20230414101832787
|
||||||
modifier: Octt
|
modifier: Octt
|
||||||
title: $:/StoryList
|
title: $:/StoryList
|
@ -1,7 +1,7 @@
|
|||||||
created: 20220920114844259
|
created: 20220920114844259
|
||||||
creator: Octt
|
creator: Octt
|
||||||
modified: 20230413132638250
|
modified: 20230414102607463
|
||||||
modifier: Octt
|
modifier: Octt
|
||||||
title: $:/themes/tiddlywiki/vanilla/metrics/sidebarwidth
|
title: $:/themes/tiddlywiki/vanilla/metrics/sidebarwidth
|
||||||
|
|
||||||
50vw
|
280px
|
Loading…
x
Reference in New Issue
Block a user