Re: [tsc-devel] Repository has been renamed
Brian Allen Vanderburg II |
Fri, 03 Oct 2014 16:45:53 UTC
Awesome,
I just updated my local repository to reflect this. I had some
problems fetching with the origin you specified (something about public
key issue), so I just used https://github.com/Secretchonicles/TSC.git
and it seems to be working.
I imagine later we will eventually update the source code namespace for
both C++ and scripting and the binary to be called tsc or something
like that?
Thanks,
Brian Allen Vanderburg II
On Thu, 02 Oct 2014 09:52:28 +0200
Quintus <…s@q…> wrote:
> Hi everyone,
>
> the repository on GitHub has been renamed from “SMC” to “TSC”
> (accidentally, I renamed it to “TMC” previously, but that shouldn't
> have an negative effect). Any existing links will continue to work via
> redirects, issues have been kept, and your git remote URLs will still
> work, though I recommend everyone to update the Git remote to the new
> URL by doing this:
>
> $ git remote rm origin
> $ git remote add origin …t@g…:Secretchronicles/TSC.git
>
> Next time you push to the repository, make sure you use the “-u”
> option to set up remote-tracking again, e.g. like this:
>
> $ git push -u origin release-2.0.0
>
> Without doing that, you will not see the “your branch is ahead of
> origin/release-2.0.0 by 2 commits” messages.
>
> Valete,
> Quintus
>