We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0642476 commit 935b25aCopy full SHA for 935b25a
1 file changed
src/git.md
@@ -495,6 +495,14 @@ command to check it out locally. See <https://cli.github.com/> for more info.
495
496

497
498
+### Using GitHub dev
499
+
500
+As an alternative to the GitHub web UI, GitHub Dev provides a web-based editor for browsing
501
+repository and PRs. It can be opened by replacing `github.com` with `github.dev` in the URL
502
+or by pressing `.` on a GitHub page.
503
+See [the docs for github.dev editor](https://docs.github.com/en/codespaces/the-githubdev-web-based-editor)
504
+for more details.
505
506
### Moving large sections of code
507
508
Git and Github's default diff view for large moves *within* a file is quite poor; it will show each
0 commit comments