Answer the question
In order to leave comments, you need to log in
How to merge 2 github commits that are in the same master branch?
Hello. Faced such a problem.
There is a private repository on GitHub, and it has 2 commits in the master branch.
How to merge these commits?
Answer the question
In order to leave comments, you need to log in
Via interactive rebase:
git rebase -i HEAD~2
More
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question