fork-dev / Tracker

Bug and issue tracker for Fork for Mac
508 stars 12 forks source link

After checking out an orphan branch, commits view is blank and marked as "detached HEAD" #2000

Open olets opened 11 months ago

olets commented 11 months ago

Given

In a repo with branches commits, check out a new orphan branch

git checkout --orphan=my-orphan-branch

Expected

Fork's commit view is the same as before, but labelled as being on the branch my-orphan-branch

Actual

Fork's commit view is blank, and is labelled with "detached HEAD"

Screenshot 2023-11-01 at 4 18 57 PM