From: Simon B. <li...@70...> - 2016-02-12 12:37:11
|
Hi Uwe, On Thu, 11 Feb 2016, at 10:04 AM, Uwe Brauer wrote: > > On Wed, 10 Feb 2016, at 03:06 PM, Uwe Brauer wrote: > > It's not automatic. I've updated the repo and invited you to be a owner > > of the github group. > Thanks. I accepted. Stupid question, how to I update the repo after a > push to sf? I don't see any relevant button? I have a copy of the sf repo on my machine. I added github as a remote called github: git remote add github gi...@gi...:matlab-mode/mirror.git Now I fetch from sf and then push to the github remote: git push github master This is probably not optimal as I think there maybe problems with tags being lost. I think git push github master --tags is the correct command, but I haven't used it yet. Simon |