Skip to content

Commit 1a6719f

Browse files
authored
Merge pull request #2728 from reddevilmidzy/tip
Added section on using GitHub Dev for PR inspection
2 parents 90f445f + 935b25a commit 1a6719f

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)