How can I set up a branch on my home computer to track the wiki?

I have a project jcsalomon/jcscheme <https://github.com/jcsalomon/jcscheme>, 
to which I’ve added a wiki.  At home I’ve run
    git clone g...@github.com:jcsalomon/jcscheme.git
    cd jcscheme
*… other stuff, not relevant to my question …*
    git remote add wiki g...@github.com:jcsalomon/jcscheme.wiki.git
    git fetch wiki
    git branch --track wiki wiki/master
*…*
    git checkout wiki
*… edit wiki files …*
    git commit -a -m "*message*"
— but how can I push it to the correct repository, and is there a way to 
make this work by simply saying “git push wiki” or something like that?

Thank you,
—Joel

-- 
You received this message because you are subscribed to the Google Groups 
"GitHub" group.
To post to this group, send email to github@googlegroups.com.
To unsubscribe from this group, send email to 
github+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/github?hl=en.

Reply via email to