Skip to content

Commit 81a0a03

Browse files
authored
Gitea with first upper case + typos (#30739)
* Corrected gitea to Gitea * fixed some typos
1 parent daf841f commit 81a0a03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/content/usage/repo-mirror.en-us.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The repository now gets mirrored periodically to the remote repository. You can
5858

5959
To set up a mirror from Gitea to GitHub, you need to follow these steps:
6060

61-
1. Create a [GitHub personal access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) with the *public_repo* box checked. Also check the **workflow** checkbox in case your repo using act for continuous integration.
61+
1. Create a [GitHub personal access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) with the *public_repo* box checked. Also check the **workflow** checkbox in case your repo uses GitHub Actions for continuous integration.
6262
2. Create a repository with that name on GitHub. Unlike Gitea, GitHub does not support creating repositories by pushing to the remote. You can also use an existing remote repo if it has the same commit history as your Gitea repo.
6363
3. In the settings of your Gitea repo, fill in the **Git Remote Repository URL**: `https://github.com/<your_github_group>/<your_github_project>.git`.
6464
4. Fill in the **Authorization** fields with your GitHub username and the personal access token as **Password**.
@@ -91,10 +91,10 @@ The repository pushes shortly thereafter. To force a push, select the **Synchron
9191

9292
### Mirror an existing ssh repository
9393

94-
Currently gitea supports no ssh push mirrors. You can work around this by adding a `post-receive` hook to your gitea repository that pushes manually.
94+
Currently Gitea supports no ssh push mirrors. You can work around this by adding a `post-receive` hook to your Gitea repository that pushes manually.
9595

96-
1. Make sure the user running gitea has access to the git repo you are trying to mirror to from shell.
97-
2. On the Webinterface at the repository settings > git hooks add a post-receive hook for the mirror. I.e.
96+
1. Make sure the user running Gitea has access to the git repo you are trying to mirror to from shell.
97+
2. On the web interface at the repository settings > git hooks add a post-receive hook for the mirror. I.e.
9898

9999
```
100100
#!/usr/bin/env bash

0 commit comments

Comments
 (0)