Re: pushing to a new branch on server

2016-05-31 Thread Benkő Pál
2016-05-31 8:15 GMT+02:00 Federico Bruni :
> I could not push to a /dev/name/branch name. I had to use a short name
> without slashes:
>
> git push origin translation:fedelibre-doc-it
>
> while the following did not work:
>
> git push origin translation:/dev/fede/doc-it
>
> Not a big deal.. but I'd be curious to know what's the mistake.

perhaps
git push origin translation:dev/fede/doc-it
(without the leading slash)?

p

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: pushing to a new branch on server

2016-05-31 Thread David Kastrup
Federico Bruni  writes:

> Hi all
>
> Last week I've worked on updating the italian translation.
> I always work on the translation branch and push to the translation
> branch. Sometimes I need to push my changes to a temporary branch on
> the server (because I want to make a backup before the weekend or
> finish the work at home during the weekend).
>
> I could not push to a /dev/name/branch name. I had to use a short name
> without slashes:
>
> git push origin translation:fedelibre-doc-it
>
> while the following did not work:
>
> git push origin translation:/dev/fede/doc-it
>
> Not a big deal.. but I'd be curious to know what's the mistake.

/dev/fede/doc-it is an absolute path.

-- 
David Kastrup

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: pushing to a new branch on server

2016-05-31 Thread Federico Bruni
Il giorno mar 31 mag 2016 alle 9:35, Benkő Pál  
ha scritto:

2016-05-31 8:15 GMT+02:00 Federico Bruni :
 I could not push to a /dev/name/branch name. I had to use a short 
name

 without slashes:

 git push origin translation:fedelibre-doc-it

 while the following did not work:

 git push origin translation:/dev/fede/doc-it

 Not a big deal.. but I'd be curious to know what's the mistake.


perhaps
git push origin translation:dev/fede/doc-it
(without the leading slash)?


Yes, thanks!




___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel