Hi

OK -- for those with git installed, this seems to work for setting up a new 
clone with its own master (instructions from here 
<https://help.github.com/articles/duplicating-a-repository/>.)

<https://lh3.googleusercontent.com/-fqlMEf8TpNc/VgaHAnjfWVI/AAAAAAAAAiQ/2NUDBN8EZqg/s1600/git-clone.png>


Notes: 
-- the new repository into which you are pushing your local clone must 
already exist
-- I used Danielo's Master to copy my local clone from; you might prefer to 
clone from your branch of Danielo's Master
-- several clones can be made in sequence from the same local copy (create 
a repository for each wiki you wish to set up before starting)
-- in other words:

1. Create a local clone of Danielo's Master

$ git clone --bare https://github.com/danielo515/TW5-auto-publish2gh-pages


2. Change into the directory containing the local clone


$ cd TW5-auto-publish2gh-pages.git


3. Push this local copy to each of your remote repositories


$ git push --mirror https://github.com/username/first_repo
$ git push --mirror https://github.com/username/second_repo
...


4. The clean the local clone off your machine


$ cd ..
$ rm -rf TW5-auto-publish2gh-pages.git


5. Visit each of your repositories on Github to see if all's well -- then 
follow Danielo's instructions for each repo. from there on to link to 
Travis-ci


Hope this helps.


regards

On Saturday, 26 September 2015 12:31:17 UTC+2, Danielo Rodríguez wrote:
>
>
>
> El sábado, 26 de septiembre de 2015, 5:34:10 (UTC+2), Matabele escribió:
>>
>>
>> Hi Danielo
>>
>> I am still having problems following the instructions for the creation of 
>> a second wiki -- when I visit your repo. and click the fork button, I 
>> expect to create a new Branch (named TW5-auto-publish2gh-pages), but I am 
>> instead returned to my existing Branch/master.
>>
>> This might be a git issue, but I'm still stumped :-(
>>
>> regards
>>
>
> Hello Matabelle and Hegart,
>
> I'm really sorry about this, but this is a consequence of my own 
> ingnorance about Github. You are not able to fork the same repo multiple 
> times, I have to update the instructions, sorry about it. But, you can 
> create an organization (maybe with the name of your new wiki) and fork the 
> project from the organization. I'm afraid that the only other solution is 
> to "clone" the repository and then "push" it to a new repository on you 
> account.
>
> Regards
>

-- 
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/b4173783-9784-4fd0-9dd5-444665d1e5a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to