https://karlarao.github.io/karlaraowiki/index.html#%5B%5BData%20Engineering%5D%5D
An older TW still being added to years later.
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscribe@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/984a408f-4466-4642-b3d6-464d2812f4aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
yup still using it since 2008!I moved it from tiddlyspot to git pages https://karlarao.github.io/karlaraowiki/index.html and URL redirect from karlarao.wiki
On Mon, May 28, 2018 at 1:10 PM, @TiddlyTweeter <Tiddly...@assays.tv> wrote:
https://karlarao.github.io/karlaraowiki/index.html#%5B%5BData%20Engineering%5D%5D
An older TW still being added to years later.
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/984a408f-4466-4642-b3d6-464d2812f4aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
yup still using it since 2008!I moved it from tiddlyspot to git pages https://karlarao.github.io/karlaraowiki/index.html and URL redirect from karlarao.wiki
On Mon, May 28, 2018 at 1:10 PM, @TiddlyTweeter <Tiddly...@assays.tv> wrote:
https://karlarao.github.io/karlaraowiki/index.html#%5B%5BData%20Engineering%5D%5D
An older TW still being added to years later.
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/984a408f-4466-4642-b3d6-464d2812f4aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


$ pwd/Volumes/vm/Dropbox/CodeNinja/GitHub/karlaraowiki
cp /Users/kristofferson.a.arao/Dropbox2/TiddlyWiki/karlarao.html /Volumes/vm/Dropbox/Documents/KnowledgeFiles/InformationTechnology/TiddlyWiki/
cp /Users/kristofferson.a.arao/Dropbox2/TiddlyWiki/karlarao.xml /Volumes/vm/Dropbox/Documents/KnowledgeFiles/InformationTechnology/TiddlyWiki/ <-- I backup the files from local to external drive
cp /Users/kristofferson.a.arao/Dropbox2/TiddlyWiki/karlarao.html index.html
cp /Users/kristofferson.a.arao/Dropbox2/TiddlyWiki/karlarao.xml index.xml <-- then I update the index.html and index.xml filesgit config --global user.name "karlarao" <-- then here is where you do the push to github git config --global user.email "karl...@gmail.com" git add . git status # to see what changes are going to be commited git commit -m "." #git remote add origin g...@github.com:karlarao/karlaraowiki.git git push origin master #git branch gh-pages # this is one time git checkout gh-pages # go to the gh-pages branch git rebase master # bring gh-pages up to date with master git push origin gh-pages # commit the changes git checkout master # return to the master branch

To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscribe@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/ad8ee8fe-58af-489c-bbc3-a0679b75c773%40googlegroups.com.