Hi, > I had a quick look at the 1rst one, this anwser is the good one to me. Yep but it doesn't work in all cases.
> If you've enabled per branch reflogs How do you do this? > you should be able to simply do git reflog branchname@{1} as a rebase > detaches the branch head before reattaching to the final head. I like the term "simply" - seems anything but. > You can do this by adding: > > [user] > logallrefupdates=true To where? Does this need to be documented in the wiki? > Did I miss somethig ? Probably not - but I certainly don't know the intimate details of git at this level. Justin