Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Close GitHub web-based editor

How can I close the GitHub web-based editor?

The web-based editor is a useful tool and very simple to start. You just need to press . to open.

But if you want to close and go back to the repository page, is there a shortcut key or an option to click?

Until this moment I don't know how to do it and I need to close the browser tab and access the GitHub repository manually.

like image 256
Diego Faria Avatar asked Oct 24 '25 05:10

Diego Faria


2 Answers

There is an option to click in the sidebar menu.

enter image description here

like image 118
Diego Faria Avatar answered Oct 26 '25 19:10

Diego Faria


The sidebar menu has the "Go to Repository" option but opens another tab in the browser. But if you prefer to stay in the same tab the way I do it is to change in the url dev for com

instead of this: enter image description here

change to this:

enter image description here


source: https://docs.github.com/en/codespaces/the-githubdev-web-based-editor#opening-the-githubdev-editor

like image 23
butelo Avatar answered Oct 26 '25 20:10

butelo