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.