Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV] CsoundQt git repo moved

Date2015-10-10 16:13
FromAndres Cabrera
Subject[CSOUND-DEV] CsoundQt git repo moved
Hi everyone,

I have permanently moved the sourceforge CsoundQt repo to github.


You can easily update your repos by making sure .git/config contains:

[remote "origin"]
    url = git@github.com:mantaraya36/CsoundQt.git
    fetch = +refs/heads/*:refs/remotes/github/*

Let me know if you need further help setting this up.

Cheers,
Andrés

Date2015-10-10 16:41
FromSteven Yi
SubjectRe: [CSOUND-DEV] CsoundQt git repo moved

Note that the URL should be for your user. The one given by Andres works for his account, but you will need to use the HTTPS or other git URL, located on the right-hand side of the github page. (I'm not on my computer at the moment so I can not look it up.) I think there may be a git remote command to also update the origin remote that might be useful here too.


On Sat, Oct 10, 2015, 11:24 AM Andres Cabrera <mantaraya36@gmail.com> wrote:
Hi everyone,

I have permanently moved the sourceforge CsoundQt repo to github.


You can easily update your repos by making sure .git/config contains:

[remote "origin"]
    url = git@github.com:mantaraya36/CsoundQt.git
    fetch = +refs/heads/*:refs/remotes/github/*

Let me know if you need further help setting this up.

Cheers,
Andrés

Date2015-10-10 16:53
FromFelipe Sateler
SubjectRe: [CSOUND-DEV] CsoundQt git repo moved
git remote set-url origin git@github.com:myuser/CsoundQt.git

or

git remote set-url origin https://github.com:mantaraya36/CsoundQt.git

Saludos

On 10 October 2015 at 12:41, Steven Yi  wrote:
> Note that the URL should be for your user. The one given by Andres works for
> his account, but you will need to use the HTTPS or other git URL, located on
> the right-hand side of the github page. (I'm not on my computer at the
> moment so I can not look it up.) I think there may be a git remote command
> to also update the origin remote that might be useful here too.
>
>
> On Sat, Oct 10, 2015, 11:24 AM Andres Cabrera  wrote:
>>
>> Hi everyone,
>>
>> I have permanently moved the sourceforge CsoundQt repo to github.
>>
>>
>> You can easily update your repos by making sure .git/config contains:
>>
>> [remote "origin"]
>>     url = git@github.com:mantaraya36/CsoundQt.git
>>     fetch = +refs/heads/*:refs/remotes/github/*
>>
>> Let me know if you need further help setting this up.
>>
>> Cheers,
>> Andrés



-- 

Saludos,

Date2015-10-10 17:06
FromSteven Yi
SubjectRe: [CSOUND-DEV] CsoundQt git repo moved

Oh, oops, I misread the URL from Andres's email. I thought the username was part of login and not the actual address. My fault. Thanks though to Felipe for posting those commands. :)


On Sat, Oct 10, 2015, 11:54 AM Felipe Sateler <fsateler@gmail.com> wrote:
git remote set-url origin git@github.com:myuser/CsoundQt.git

or

git remote set-url origin https://github.com:mantaraya36/CsoundQt.git

Saludos

On 10 October 2015 at 12:41, Steven Yi <stevenyi@gmail.com> wrote:
> Note that the URL should be for your user. The one given by Andres works for
> his account, but you will need to use the HTTPS or other git URL, located on
> the right-hand side of the github page. (I'm not on my computer at the
> moment so I can not look it up.) I think there may be a git remote command
> to also update the origin remote that might be useful here too.
>
>
> On Sat, Oct 10, 2015, 11:24 AM Andres Cabrera <mantaraya36@gmail.com> wrote:
>>
>> Hi everyone,
>>
>> I have permanently moved the sourceforge CsoundQt repo to github.
>>
>>
>> You can easily update your repos by making sure .git/config contains:
>>
>> [remote "origin"]
>>     url = git@github.com:mantaraya36/CsoundQt.git
>>     fetch = +refs/heads/*:refs/remotes/github/*
>>
>> Let me know if you need further help setting this up.
>>
>> Cheers,
>> Andrés



--

Saludos,
Felipe Sateler

Date2015-10-10 17:06
FromAndres Cabrera
SubjectRe: [CSOUND-DEV] CsoundQt git repo moved
Right! Thanks for catching this.

If you are interested in read only, you should use:
https://github.com/mantaraya36/CsoundQt.git

There's no need to change the username in this case.

Cheers,
Andrés

On Sat, Oct 10, 2015 at 8:53 AM, Felipe Sateler <fsateler@gmail.com> wrote:
git remote set-url origin git@github.com:myuser/CsoundQt.git

or

git remote set-url origin https://github.com:mantaraya36/CsoundQt.git

Saludos

On 10 October 2015 at 12:41, Steven Yi <stevenyi@gmail.com> wrote:
> Note that the URL should be for your user. The one given by Andres works for
> his account, but you will need to use the HTTPS or other git URL, located on
> the right-hand side of the github page. (I'm not on my computer at the
> moment so I can not look it up.) I think there may be a git remote command
> to also update the origin remote that might be useful here too.
>
>
> On Sat, Oct 10, 2015, 11:24 AM Andres Cabrera <mantaraya36@gmail.com> wrote:
>>
>> Hi everyone,
>>
>> I have permanently moved the sourceforge CsoundQt repo to github.
>>
>>
>> You can easily update your repos by making sure .git/config contains:
>>
>> [remote "origin"]
>>     url = git@github.com:mantaraya36/CsoundQt.git
>>     fetch = +refs/heads/*:refs/remotes/github/*
>>
>> Let me know if you need further help setting this up.
>>
>> Cheers,
>> Andrés



--

Saludos,
Felipe Sateler


Date2015-10-10 17:07
FromAndres Cabrera
SubjectRe: [CSOUND-DEV] CsoundQt git repo moved
PS. Let me know if you'd like git write access and provide your github user name.

On Sat, Oct 10, 2015 at 9:06 AM, Andres Cabrera <mantaraya36@gmail.com> wrote:
Right! Thanks for catching this.

If you are interested in read only, you should use:
https://github.com/mantaraya36/CsoundQt.git

There's no need to change the username in this case.

Cheers,
Andrés

On Sat, Oct 10, 2015 at 8:53 AM, Felipe Sateler <fsateler@gmail.com> wrote:
git remote set-url origin git@github.com:myuser/CsoundQt.git

or

git remote set-url origin https://github.com:mantaraya36/CsoundQt.git

Saludos

On 10 October 2015 at 12:41, Steven Yi <stevenyi@gmail.com> wrote:
> Note that the URL should be for your user. The one given by Andres works for
> his account, but you will need to use the HTTPS or other git URL, located on
> the right-hand side of the github page. (I'm not on my computer at the
> moment so I can not look it up.) I think there may be a git remote command
> to also update the origin remote that might be useful here too.
>
>
> On Sat, Oct 10, 2015, 11:24 AM Andres Cabrera <mantaraya36@gmail.com> wrote:
>>
>> Hi everyone,
>>
>> I have permanently moved the sourceforge CsoundQt repo to github.
>>
>>
>> You can easily update your repos by making sure .git/config contains:
>>
>> [remote "origin"]
>>     url = git@github.com:mantaraya36/CsoundQt.git
>>     fetch = +refs/heads/*:refs/remotes/github/*
>>
>> Let me know if you need further help setting this up.
>>
>> Cheers,
>> Andrés



--

Saludos,
Felipe Sateler



Date2015-10-11 21:00
Fromjoachim heintz
SubjectRe: [CSOUND-DEV] CsoundQt git repo moved
yes, please (user name is joachimheintz also on github).

should i then use
url = git@github.com:joachimheintz/CsoundQt.git ?

thanks -
	joachim



On 10/10/15 18:07, Andres Cabrera wrote:
> PS. Let me know if you'd like git write access and provide your github
> user name.
>
> On Sat, Oct 10, 2015 at 9:06 AM, Andres Cabrera  > wrote:
>
>     Right! Thanks for catching this.
>
>     If you are interested in read only, you should use:
>     https://github.com/mantaraya36/CsoundQt.git
>
>     There's no need to change the username in this case.
>
>     Cheers,
>     Andrés
>
>     On Sat, Oct 10, 2015 at 8:53 AM, Felipe Sateler      > wrote:
>
>         git remote set-url origin git@github.com:myuser/CsoundQt.git
>
>         or
>
>         git remote set-url origin
>         https://github.com:mantaraya36/CsoundQt.git
>
>         Saludos
>
>         On 10 October 2015 at 12:41, Steven Yi          > wrote:
>          > Note that the URL should be for your user. The one given by
>         Andres works for
>          > his account, but you will need to use the HTTPS or other git
>         URL, located on
>          > the right-hand side of the github page. (I'm not on my
>         computer at the
>          > moment so I can not look it up.) I think there may be a git
>         remote command
>          > to also update the origin remote that might be useful here too.
>          >
>          >
>          > On Sat, Oct 10, 2015, 11:24 AM Andres Cabrera
>         > wrote:
>          >>
>          >> Hi everyone,
>          >>
>          >> I have permanently moved the sourceforge CsoundQt repo to
>         github.
>          >>
>          >>
>          >> You can easily update your repos by making sure .git/config
>         contains:
>          >>
>          >> [remote "origin"]
>          >>     url = git@github.com:mantaraya36/CsoundQt.git
>          >>     fetch = +refs/heads/*:refs/remotes/github/*
>          >>
>          >> Let me know if you need further help setting this up.
>          >>
>          >> Cheers,
>          >> Andrés
>
>
>
>         --
>
>         Saludos,
>         Felipe Sateler
>
>

Date2015-10-12 03:30
FromAndres Cabrera
SubjectRe: [CSOUND-DEV] CsoundQt git repo moved
Issues now moved to github.

Missing the web page.

Cheers,
Andrés

On Sun, Oct 11, 2015 at 1:00 PM, joachim heintz <jh@joachimheintz.de> wrote:
yes, please (user name is joachimheintz also on github).

should i then use
url = git@github.com:joachimheintz/CsoundQt.git ?

thanks -
        joachim



On 10/10/15 18:07, Andres Cabrera wrote:
PS. Let me know if you'd like git write access and provide your github
user name.

On Sat, Oct 10, 2015 at 9:06 AM, Andres Cabrera <mantaraya36@gmail.com
<mailto:mantaraya36@gmail.com>> wrote:

    Right! Thanks for catching this.

    If you are interested in read only, you should use:
    https://github.com/mantaraya36/CsoundQt.git

    There's no need to change the username in this case.

    Cheers,
    Andrés

    On Sat, Oct 10, 2015 at 8:53 AM, Felipe Sateler <fsateler@gmail.com
    <mailto:fsateler@gmail.com>> wrote:

        git remote set-url origin git@github.com:myuser/CsoundQt.git

        or

        git remote set-url origin
        https://github.com:mantaraya36/CsoundQt.git

        Saludos

        On 10 October 2015 at 12:41, Steven Yi <stevenyi@gmail.com
        <mailto:stevenyi@gmail.com>> wrote:
         > Note that the URL should be for your user. The one given by
        Andres works for
         > his account, but you will need to use the HTTPS or other git
        URL, located on
         > the right-hand side of the github page. (I'm not on my
        computer at the
         > moment so I can not look it up.) I think there may be a git
        remote command
         > to also update the origin remote that might be useful here too.
         >
         >
         > On Sat, Oct 10, 2015, 11:24 AM Andres Cabrera
        <mantaraya36@gmail.com <mailto:mantaraya36@gmail.com>> wrote:
         >>
         >> Hi everyone,
         >>
         >> I have permanently moved the sourceforge CsoundQt repo to
        github.
         >>
         >>
         >> You can easily update your repos by making sure .git/config
        contains:
         >>
         >> [remote "origin"]
         >>     url = git@github.com:mantaraya36/CsoundQt.git
         >>     fetch = +refs/heads/*:refs/remotes/github/*
         >>
         >> Let me know if you need further help setting this up.
         >>
         >> Cheers,
         >> Andrés



        --

        Saludos,
        Felipe Sateler