GitLiveApp / GitLive

GitLive Docs
82 stars 24 forks source link

Selecting an issue to work on fails when master branch does not exist #28

Closed philip-brink closed 3 years ago

philip-brink commented 3 years ago

After selecting an issue to work on from the popup, gitlive fails to switch to the new task when the principal branch is not called master.

In my case, the principle branch is called main. I get the following error:

Couldn't checkout master
invalid reference: master

image

OS: Linux IDE: Jetbrains rider VCS: gitlab.com

nbransby commented 3 years ago

Hi @philip-brink thanks for reporting this, I believe this should be fixed now, could you (after restarting your ide) try again and let us know?

philip-brink commented 3 years ago

@nbransby Thanks for checking into this!

I tried again, but it still fails with the same error message. The version I'm using is 10.0.5, I tried restarting and checking for updates, but there were no changes.

nbransby commented 3 years ago

Thanks @philip-brink I believe it should work now after a restart (doesn't need an update)

philip-brink commented 3 years ago

Great! Works perfectly!