DEV Community

Cover image for Introduction to Github.dev
capscode
capscode

Posted on • Originally published at capscode.in

Introduction to Github.dev

Hello Devs,

Have you tried github.dev ?

if (yes) {
  console.log("let me know");
} else {
  console.log("give it a try");
}
Enter fullscreen mode Exit fullscreen mode

So, whats github.dev ?

it is basically a online vs code editor for your github repos and its really amazing and fast.

How to access it ?

Just open any of your repo and replace github.com with github.dev and that it, now you can able to edit your code and commit your code in online VS code.

lets discuss the shortcut to open VS code directly from your github repo,
open any of your github repo and press dot (.) from your keyboard and here you go.

Below is a demo, do checkout this.

demo

Hope its a nice and informative read for you.
VISIT https://www.capscode.in/blog TO LEARN MORE...

Thanks,
CapsCode

Top comments (2)

Collapse
 
lukassaturday profile image
LukasSonnabend

I believe you can just press the "." Key while viewing the repo to open the editor

Collapse
 
capscode profile image
capscode • Edited

Yes, i have already written that as well in this blog post