Problem pushing branch to Gladys

Hello,

I’m trying to push a branch for a new feature but I get this message on Visual Studio:

image

What should I do?

Thanks

Hello,

Because you don’t have permission to push directly to the Gladys repo.
To summarize:
You need to create a fork of Gladys on your GitHub account, create a new branch with your new feature.
You can then make your changes/additions on that branch.
Then create a PR on the Gladys GitHub from your new branch.

1 Like

Thank you very much :slight_smile: