I have a Git repo that has been acting funny.
I can checkout
all of my branch
es, I can work on each of them normally, and I can perform gitk
to each one and view their individual commit
s successfully — with one exception...
.... there is one branch
that I can't seem to access. With any action I try to perform that includes the flawed branch
, I receive an error.
For example: gitk --all
yields fatal: blah blah blah
(as a side note, more details about the error can be viewed here, but I am trying to come by a solution from a totally different angle).
The Question
Is there a way to recombine all of the other, working branch
es together such that I can use this repo again — only losing the commit
s from the broken branch
since the broken branch
does not have any other branch
es extending from it?