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
Copy file name to clipboardExpand all lines: content/account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/merging-multiple-personal-accounts.md
1.[Transfer any repositories](/repositories/creating-and-managing-repositories/transferring-a-repository) from the account you want to delete to the account you want to keep. Issues, pull requests, and wikis are transferred as well. Verify the repositories exist on the account you want to keep.
40
40
1.[Update the remote URLs](/get-started/git-basics/managing-remote-repositories) in any local clones of the repositories that were moved.
41
41
1.[Delete the account](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/deleting-your-personal-account) you no longer want to use.
42
-
1. To attribute past commits to the new account, add the email address you used to author the commits to the account you're keeping. For more information, see [AUTOTITLE](/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile#your-local-git-commit-email-isnt-connected-to-your-account)
42
+
1. To attribute past commits to the new account, add the email address you used to author the commits to the account you're keeping.
43
+
> [!NOTE]
44
+
> There are additional requirements for commits to count as contributions that you will need to ensure are met. See [AUTOTITLE](/account-and-profile/reference/why-are-my-contributions-not-showing-up-on-my-profile#contribution-criteria-for-commits).
Copy file name to clipboardExpand all lines: content/get-started/writing-on-github/working-with-advanced-formatting/attaching-files.md
+26-15Lines changed: 26 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,10 +57,10 @@ The maximum file size is:
57
57
58
58
## Supported file types
59
59
60
-
### Image and media files
61
-
62
60
The following image and media file types are supported in all contexts.
63
61
62
+
### Image and media files
63
+
64
64
* PNG (`.png`)
65
65
* GIF (`.gif`)
66
66
* JPEG (`.jpg`, `.jpeg`)
@@ -72,62 +72,73 @@ The following image and media file types are supported in all contexts.
72
72
> [!NOTE]
73
73
> Video codec compatibility is browser specific, and it's possible that a video you upload to one browser is not viewable on another browser. At the moment we recommend using H.264 for greatest compatibility.
74
74
75
-
###Additional file types
75
+
## Additional file types
76
76
77
77
The following file types are supported for uploads in issue comments, pull request comments, and discussion comments within repositories. This list of file types is also supported in organization discussions.
78
78
79
-
### Supported file types for uploads
80
-
81
-
#### Documents
79
+
### Documents
82
80
83
81
* PDFs (`.pdf`)
84
-
* Microsoft Office documents (`.docx`, `.pptx`, `.xlsx`, `.xls`, `.xlsm`)
82
+
* Microsoft Office documents (`.docx`, `.pptx`, `.xlsx`, `.xls`{% ifversion fpt or ghec or ghes > 3.18 %}` ,.xlsm`{% endif %})
Copy file name to clipboardExpand all lines: content/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/managing-rulesets-for-a-repository.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,18 +75,7 @@ You can also view active ruselets:
75
75
76
76
{% ifversion repo-rules-management %}
77
77
78
-
## Using ruleset history
79
-
80
-
{% data reusables.repositories.ruleset-beta-note %}
81
-
82
-
{% data reusables.repositories.ruleset-history-conceptual %}
83
-
84
-
{% data reusables.repositories.navigate-to-repo %}
85
-
{% data reusables.repositories.sidebar-settings %}
86
-
{% data reusables.repositories.repo-rulesets-settings %}
87
-
{% data reusables.repositories.ruleset-history %}
88
-
89
-
### Importing a ruleset
78
+
## Importing a ruleset
90
79
91
80
{% data reusables.repositories.import-a-ruleset-conceptual %}
92
81
@@ -99,6 +88,17 @@ You can also view active ruselets:
99
88
100
89
{% ifversion repo-rules-enterprise %}
101
90
91
+
## Using ruleset history
92
+
93
+
{% data reusables.repositories.ruleset-beta-note %}
94
+
95
+
{% data reusables.repositories.ruleset-history-conceptual %}
96
+
97
+
{% data reusables.repositories.navigate-to-repo %}
98
+
{% data reusables.repositories.sidebar-settings %}
99
+
{% data reusables.repositories.repo-rulesets-settings %}
100
+
{% data reusables.repositories.ruleset-history %}
101
+
102
102
## Viewing insights for rulesets
103
103
104
104
You can view insights for rulesets to see how rulesets are affecting a repository. {% data reusables.repositories.about-ruleset-insights %}
1. In the upper-right corner of any page on {% data variables.product.prodname_dotcom %}, click your profile picture, then click **{% octicon "copilot" aria-hidden="true" aria-label="copilot" %} Your Copilot**.
1
+
1. In the upper-right corner of any page on {% data variables.product.prodname_dotcom %}, click your profile picture, then click **{% octicon "copilot" aria-hidden="true" aria-label="copilot" %} Copilot settings**.
0 commit comments