[OT]

Ouch, looks like we need to get it on GitHub so it's easier to get all
the pieces. FND gave me an idiots guide to Git, but it's way too
advanced for me...

$ cd tiddlywiki5
$ git init
$ git remote add origin [email protected]:Jermolene/tiddlywiki5.git # see [1]
$ git add index.html *.js images/*.svg # see [2]
$ git commit -m "initial commit"
$ git push origin master

My blog post[3] is probably more of a starting point to know which man
pages to query. There are certainly better guides for newbies[4].


-- F.


[1] repository needs to be created on GitHub first
[2] personally, I don't like committing third-party resources like
    jQuery to the repo, but have an initialization step instead:
    http://github.com/FND/tiddlyrecon/blob/master/Makefile#L11
[3] http://fnd.lewcid.org/blog/archive/58
[4] cf. http://delicious.com/Ace_NoOne/git

--
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywikidev?hl=en.

Reply via email to