Does RStudio cloud have a text editor for Git?

On the terminal of rstudio.cloud, How can I demonstrate this :

git rebase -i HEAD~2

There is not currently a way to open such a file in the IDE itself, and despite the environment variable $EDITOR being set to vi, vi is not present, nor is ed. We will look to add vi in our next base image update.

2 Likes

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

FYI, vi/vim is now installed.

2 Likes