I want to open an MR for put the points props back in Line, but I am getting a 403 when pushing branch #5656
Replies: 1 comment 3 replies
-
recharts is not an open repository to push branches to, for external collaborators we use the fork and pull model. You will need to fork recharts, make you change in a branch in your fork, and then open a PR to recharts across forks
Can you elaborate? Why? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I checked out the repo, changed to the master branch, checkout -b nameOfMyBranch, made my changes, added, committed, but when git push, and I got a
What am I doing wrong? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions