V
V
verygoodboy2022-03-29 19:08:29
git
verygoodboy, 2022-03-29 19:08:29

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

2 answer(s)
A
Alexander, 2022-03-29
@verygoodboy

Answer

O
Oleg Kolzhanov, 2022-04-06
@o-kolzhanov-leko-team

Via interactive rebase:
git rebase -i HEAD~2
More

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question