Answer the question
In order to leave comments, you need to log in
How to push to another repository?
1) I have a repository, how can another person add their changes to it? He should create a new branch, commit, and then I should merge this branch with master?
2) What will the process look like for that person? What actions does he need to take?
Answer the question
In order to leave comments, you need to log in
1. Clone your repository at home.
2. Make changes, commit.
3. Push to your branch. You must allow the person to push to your repository. If you do not want this, then in the first step a person needs to fork.
4. Open a pull request on GitHub.
You can also read this
https://git-scm.com/book/en/v1/%D0%9E%D1%81%D0%BD%...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question