how do i push #2119
-
|
Hello, i am currently translating some words in hindi but where should i push i am little bit confused its my first time contributing to project i am little confused i have already created branch to avoid potential conflict but how should i push my commit to origin should i first merge the branch and then push or push the new branch entirely for later maintainers to cherry pick i am unsure of this please help me out of this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
You would push the entire branch that has your changes to Origin (ensuring that the remote This is similar in most contributions. You don't merge your own Branchs, unless you want to perform merges between the upstream and your repo or when you have worked on different branches (and want to merge them before submitting the work). Coming back to it, We would squash merge your commits, If they're acceptable in our Repository. |
Beta Was this translation helpful? Give feedback.
Create a fork of Acode on GitHub, clone your fork, push your changes to it, and then create a pull request.