RStudio IDE Branches are not updated

I'm working on an R package hosted on GitHub. I had created a branch, add-coqui-tts, and then deleted it on GitHub, but my RStudio IDE desktop still has the branch :

Note that after I deleted the add-coqui-tts branch, I created a new branch, add-coqui.

How do I get an updated view of my current branches? I tried git pull-ing, but it seems like the IDE still picks up deleted branches.

When I fall into git-messes, my coping mechanism is to save out .gitignore, nuke .git, move everything over to to a temp folder, clone the desired state of the remote and move anything needed back over. Crude but effective.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.