You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to everyone who has contributed to GitHub1s, and to [Sourcegraph](https://sourcegraph.com/), [searchcode](https://searchcode.com/), and [OSS Insight](https://ossinsight.io/) for their support of the project.
63
+
Thanks to everyone who has contributed to GitHub1s, and to [Sourcegraph](https://sourcegraph.com/), [searchcode](https://searchcode.com/), and [OSS Insight](https://ossinsight.io/) for the tools and services used by GitHub1s.
Copy file name to clipboardExpand all lines: docs/usage.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,9 @@ For branches or tags, you can also run **GitHub1s: Checkout to...**. Its **Check
35
35
36
36
- Use **Explorer** to browse files and directories, or **Go to File** to find a file by name.
37
37
- Use **Search** for text across the repository and the editor's **Find** action for the open file.
38
-
- Open **Source Control** to inspect **Commits**, **File History**, and **Code Reviews** where the platform supports them.
39
-
- Select a commit or pull/merge request to inspect its changed files and diffs.
38
+
- Open a file and expand **Timeline** in **Explorer** to inspect its history. Select a commit entry to open that file's diff.
39
+
- In **Source Control**, use the built-in **Graph** view to browse commits for the current ref and inspect their changed files and diffs.
40
+
- In **Source Control**, select a pull/merge request from **Pull Requests** (GitHub) or **Merge Requests** (GitLab) to inspect its changed files and diffs.
40
41
- Run **GitHub1s: Toggle File Blame** to display revision information beside file lines where available.
41
42
42
43
Open the Command Palette with `F1`, `Ctrl+Shift+P`, or `Cmd+Shift+P` on macOS. Browser and operating-system shortcuts can take precedence.
0 commit comments