Skip to content

Commit 51d9307

Browse files
committed
Fix alert headers
1 parent b02bb4a commit 51d9307

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/authentication/troubleshooting-ssh/using-ssh-over-the-https-port.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ topics:
1313
shortTitle: Use SSH over HTTPS port
1414
---
1515

16-
> [!TIP]
16+
> [!WARNING]
1717
> **{% data variables.product.prodname_ghe_server %} users:** Accessing {% data variables.product.prodname_ghe_server %} via SSH over the HTTPS port is currently not supported.
1818
1919
To test if SSH over the HTTPS port is possible, run this SSH command:

content/migrations/importing-source-code/using-the-command-line-to-import-source-code/importing-an-external-git-repository-using-the-command-line.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Before you start, make sure you know:
1818
* Your {% data variables.product.product_name %} username
1919
* The clone URL for the external repository, such as `https://external-host.com/user/repo.git` or `git://external-host.com/user/repo.git` (perhaps with a `user@` in front of the `external-host.com` domain name)
2020

21-
> [!TIP]
21+
> [!NOTE]
2222
> For purposes of demonstration, we'll use:
2323
>
2424
> * An external account named **extuser**

content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ If you need to amend the message for multiple commits or an older commit, you ca
106106

107107
For more information on interactive rebase, see [Interactive mode](https://git-scm.com/docs/git-rebase#_interactive_mode) in the Git manual.
108108

109-
> [!TIP]
109+
> [!NOTE]
110110
> As before, amending the commit message will result in a new commit with a new ID. However, in this case, every commit that follows the amended commit will also get a new ID because each commit also contains the ID of its parent.
111111
112112
> [!WARNING]

content/site-policy/site-policy-deprecated/amendment-to-github-terms-of-service-applicable-to-us-federal-government-users.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ versions:
1515

1616
_These terms apply to Customers who licensed the Products prior to January 4, 2021. Customers who purchase GitHub Products after that date are directed to https://github.com/customer-terms for current terms._
1717

18-
> [!TIP]
18+
> [!NOTE]
1919
> This Amendment to GitHub's [Terms of Service](/site-policy/github-terms/github-terms-of-service) applies only to users that are using GitHub on behalf of the United States federal government. If you are not using GitHub on behalf of the U.S. federal government, the standard [GitHub Terms of Service](/site-policy/github-terms/github-terms-of-service) apply to you.
2020
2121
This Amendment is an agreement between GitHub, Inc. ("GitHub" or "Company") and U.S. federal government users of the GitHub.com web site (the “Service”) and applies solely to any U.S. federal government agency and its users who use or access the Service on behalf of the U.S. federal government (the "Government").

0 commit comments

Comments
 (0)