S
S
Sergey2015-09-09 21:30:30
git
Sergey, 2015-09-09 21:30:30

Git: After deleting a merged branch, is it possible to restore the history?

Suppose there is a branch masterand, for example, iss333. The branch iss333was then merged (not fast-forward) into master, and then deleted. Is it possible to find out what commits were in a branch iss333or not?
PS At the moment, we use only rebase in the project.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
jcmvbkbc, 2015-09-10
@DrMGC

Is it possible to find out what were the commits in the iss333 branch or not?

Certainly. If iss333 was merged into master commit X, then iss333's history is
those. revisions from the branching point of the merged branches to the end of the second branch.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question