Skip to content

Commit 9fc242a

Browse files
authored
repo sync
2 parents bb8e5e4 + a93393f commit 9fc242a

File tree

11 files changed

+18
-11
lines changed

11 files changed

+18
-11
lines changed
Loading
17.3 KB
Loading
Loading
Loading
Loading

content/github/authenticating-to-github/removing-sensitive-data-from-a-repository.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ To illustrate how `git filter-branch` works, we'll show you how to remove your f
134134
135135
{% endnote %}
136136
137-
## Avoiding accidental commits in the future
137+
### Avoiding accidental commits in the future
138138
139139
There are a few simple tricks to avoid committing things you don't want committed:
140140

@@ -145,5 +145,5 @@ There are a few simple tricks to avoid committing things you don't want committe
145145
146146
### Further reading
147147
148-
- [`git filter-branch` main page](https://git-scm.com/docs/git-filter-branch)
148+
- [`git filter-branch` man page](https://git-scm.com/docs/git-filter-branch)
149149
- [Pro Git: Git Tools - Rewriting History](https://git-scm.com/book/en/Git-Tools-Rewriting-History)

content/github/building-a-strong-community/unblocking-a-user-from-your-personal-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can unblock a user in your account settings or from the user's profile page.
2323
### Unblocking a user from their profile page
2424

2525
{% data reusables.profile.user_profile_page_navigation %}
26-
2. In the left sidebar, under the user's profile picture, click **Unblock or report user**.
26+
2. In the left sidebar, under the user's profile picture, click {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %}, then click **Unblock or report user**.
2727
![Unblock or report user link](/assets/images/help/profile/profile-unblock-or-report-user.png)
2828
3. Click **Unblock user**.
2929
![Modal box with option to unblock user or report abuse](/assets/images/help/profile/profile-unblockuser.png)
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
11
---
22
title: Creating a template repository
33
intro: 'You can make an existing repository a template, so you and others can generate new repositories with the same directory structure{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "[email protected]" %}, branches,{% endif %} and files.'
4+
permissions: 'Anyone with admin permissions to a repository can make the repository a template.'
45
redirect_from:
56
- /articles/creating-a-template-repository
67
versions:
78
free-pro-team: '*'
89
enterprise-server: '*'
910
---
1011

11-
Anyone with admin permissions to a repository can make the repository a template.
12+
{% note %}
13+
14+
**Note**: Your template repository cannot include files stored using {% data variables.large_files.product_name_short %}.
15+
16+
{% endnote %}
1217

1318
To create a template repository, you must create a repository, then make the repository a template. For more information about creating a repository, see "[Creating a new repository](/articles/creating-a-new-repository)."
1419

1520
After you make your repository a template, anyone with access to the repository can generate a new repository with the same directory structure and files as your default branch.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "[email protected]" %} They can also choose to include all the other branches in your repository.{% endif %} For more information, see "[Creating a repository from a template](/articles/creating-a-repository-from-a-template)."
1621

1722
{% data reusables.repositories.navigate-to-repo %}
1823
{% data reusables.repositories.sidebar-settings %}
19-
3. Select **Template repository**.
24+
1. Select **Template repository**.
2025
![Checkbox to make a repository a template](/assets/images/help/repository/template-repository-checkbox.png)

content/github/managing-large-files/about-git-large-file-storage.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@ size 84977953
3939

4040
It tracks the `version` of {% data variables.large_files.product_name_short %} you're using, followed by a unique identifier for the file (`oid`). It also stores the `size` of the final file.
4141

42-
{% tip %}
42+
{% note %}
4343

44-
**Tip**: {% data variables.large_files.product_name_short %} cannot be used with {% data variables.product.prodname_pages %} sites.
45-
46-
{% endtip %}
44+
**Notes**:
45+
- {% data variables.large_files.product_name_short %} cannot be used with {% data variables.product.prodname_pages %} sites.
46+
- {% data variables.large_files.product_name_short %} cannot be used with template repositories.
47+
48+
{% endnote %}
4749

4850
### Further reading
4951

content/github/setting-up-and-managing-organizations-and-teams/about-your-organization-dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In the left sidebar of your dashboard, you can access your organization's top re
2828

2929
In the "All activity" section of your news feed, you can view updates from other teams and repositories in your organization.
3030

31-
The "All activity" section shows all recent activity in the organization, including activity in repositories you're not subscribed to and of people you're not following. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "[email protected]" %}"About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[Watching and unwatching repositories](/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories){% endif %}" and "[Following people](/articles/following-people)."
31+
The "All activity" section shows all recent activity in the organization, including activity in repositories you're not subscribed to and of people you're not following. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "[email protected]" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[Watching and unwatching repositories](/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories){% endif %}" and "[Following people](/articles/following-people)."
3232

3333
For instance, the organization news feed shows updates when someone in the organization:
3434
- Creates a new branch.

0 commit comments

Comments
 (0)