Re: [X2Go-Dev] Git branch name policy on git.x2go.org

2022-01-31 Thread Oleksandr Shneyder
Ok, found it in /home/x2go/git/_hooks_/update-script._check_ case "${BRANCH}" in (release/*|build-*|master|feature/*|bugfix/*|upstream/*) so if someone wants to check it out, the branch name is feature/rootless-mode regards, Alex Am 31.01.22 um 09:32 schrieb Oleksandr Shneyder: >

Re: [X2Go-Dev] Git branch name policy on git.x2go.org

2022-01-31 Thread Oleksandr Shneyder
Nope, doesn't help Am 31.01.22 um 09:28 schrieb Ulrich Sibiller: > I don't - but I would try to replace the underscores by "-" > > Uli > > On Mon, Jan 31, 2022 at 4:13 PM Oleksandr Shneyder > wrote: >> >> Hi Guys, >> >> I'm working currently on rootless mode for X2GoKdrive. Today I wanted to >>

Re: [X2Go-Dev] Git branch name policy on git.x2go.org

2022-01-31 Thread Ulrich Sibiller
I don't - but I would try to replace the underscores by "-" Uli On Mon, Jan 31, 2022 at 4:13 PM Oleksandr Shneyder wrote: > > Hi Guys, > > I'm working currently on rootless mode for X2GoKdrive. Today I wanted to > save the work I've done so far in separate branch on git.x2go.org. I've > created

[X2Go-Dev] Git branch name policy on git.x2go.org

2022-01-31 Thread Oleksandr Shneyder
Hi Guys, I'm working currently on rootless mode for X2GoKdrive. Today I wanted to save the work I've done so far in separate branch on git.x2go.org. I've created the local branch with the name wip_oshneyder_rootlessmode but when I'm trying to push the changes I'm getting the error message: