Skip to content

Commit 935b25a

Browse files
committed
Added section on using GitHub Dev for PR inspection
1 parent 0642476 commit 935b25a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/git.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,14 @@ command to check it out locally. See <https://cli.github.com/> for more info.
495495

496496
![`gh` suggestion](./img/github-cli.png)
497497

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+
498506
### Moving large sections of code
499507

500508
Git and Github's default diff view for large moves *within* a file is quite poor; it will show each

0 commit comments

Comments
 (0)