1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Hack week 2025: Fix linter warnings in content/desktop folder (#53937)

Co-authored-by: Vanessa <vgrl@github.com>
This commit is contained in:
Felicity Chapman
2025-01-16 09:00:09 +00:00
committed by GitHub
parent 62791c83b0
commit 6f8c1dd447
16 changed files with 26 additions and 26 deletions

View File

@@ -52,7 +52,7 @@ Repository administrators can also enable rulesets. Rulesets can be used to requ
{% data reusables.desktop.history-tab %}
1. Right-click on the commit you would like to create a new branch from and select **Create Branch from Commit**.
![Screenshot of a list of commits in the "History" tab. Next to a commit, in a context menu, the cursor hovers over the "Create Branch from Commit" option.](/assets/images/help/desktop/create-branch-from-commit-context-menu.png)
![Screenshot of a list of commits in the "History" tab. Next to a commit, the cursor hovers the "Create Branch from Commit" option in a context menu.](/assets/images/help/desktop/create-branch-from-commit-context-menu.png)
{% data reusables.desktop.name-branch %}
{% data reusables.desktop.confirm-new-branch-button %}

View File

@@ -36,7 +36,7 @@ Each commit shows:
1. If there are multiple files in the commit or range of commits, click on an individual file to see the changes made to that file.
![Screenshot of a commit view. To the right of the "History" tab, in a list of files, the "hello.txt" file is selected and highlighted with an orange outline.](/assets/images/help/desktop/branch-history-file.png)
![Screenshot of a commit view. To the right of the "History" tab, the "hello.txt" file is selected from a list and highlighted with an orange outline.](/assets/images/help/desktop/branch-history-file.png)
## Further reading