wfxr / forgit

:zzz: A utility tool powered by fzf for using git interactively.
MIT License
4.4k stars 137 forks source link

Forgit gcb does not show the master branch anymore #179

Closed NullSense closed 2 years ago

NullSense commented 2 years ago

Check list

Environment info

Problem / Steps to reproduce

gcb does not list the master branch

cjappl commented 2 years ago

Thanks for the report!

Do you have a link to a public repo you can reproduce this with? I’m still seeing master when I use gcb.

On Wed, Feb 2, 2022 at 4:23 AM, NullSense @.***> wrote:

Check list

  • I have read through the README
  • I have the latest version of forgit
  • I have searched through the existing issues

Environment info

  • OS

  • Linux

  • Mac OS X

  • Windows

  • Others:

  • Shell

  • bash

  • zsh

  • fish

Problem / Steps to reproduce

gcb does not list the master branch

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you are subscribed to this thread.Message ID: @.***>

NullSense commented 2 years ago

Sorry for the late reply, it turns out the master branch is present but for some reason the matching algorithm put it a whole page up (I have a lot of branches on this project) instead of immediately giving me the suggestion (it doesn't seem to be sorting on branch naming)

https://github.com/wfxr/forgit/issues/180 actual issue

cjappl commented 2 years ago

Closing, thanks for confirming