Hello Magev, sorry for the late response

Try the following:

Install git, not desktop, the actual git. I know there is a MAC version 
because I had it some time ago.
Then:


   1. Navigate to your wiki folder: cd wikiFolder
   2. Execute: git init
   3. Add the remote repository, the one you are going to use to host the 
   wiki. 
      1.  git remote add origin https://github.com/*user*/*repo*.git
   4. Optionally run git pull
   5. now run: 
      1. git add . (note the dot)
      2. git commit -m "First commit"
      3. git push origin master
   6. Done!

Let me know if this works.

Regards 

El jueves, 22 de octubre de 2015, 19:15:47 (UTC+2), magev958 escribió:
>
> This is my first attempt at GitHub, so very new to it. I did download 
> GitHubDesktop on mac, but when I tried upload it wanted an "commit comment" 
> on every file. Not so fun on 27.000 files!
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a96c6389-37f5-4cfe-ab00-ea11f97c2681%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to