-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
gitea: add page #17323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Managor
merged 22 commits into
tldr-pages:main
from
SpikeTheDragon40k:add-gitea-cli-pages
Jul 24, 2025
Merged
gitea: add page #17323
Changes from 17 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
216a41c
addTLDRGitea
SpikeTheDragon40k 650ee6b
add: italian Gitea.md
SpikeTheDragon40k b082aae
Fix: Gitea page
SpikeTheDragon40k 3e41951
Fix: Gitea dashes
SpikeTheDragon40k 2828eac
Fix: gitea format
SpikeTheDragon40k 1945f1d
Fixed Italian version Gitea
SpikeTheDragon40k c94f990
Update pages.it/commond/gitea.md
SpikeTheDragon40k 8f03fb5
Update pages/common/gitea.md
SpikeTheDragon40k 2590ced
Update gitea.md
SpikeTheDragon40k a2487d0
Update gitea.md
SpikeTheDragon40k d1ba879
Merge branch 'main' into add-gitea-cli-pages
SpikeTheDragon40k e2cebde
Update pages/common/gitea.md
SpikeTheDragon40k 9954715
Update gitea.md
SpikeTheDragon40k 5294d6d
Aligned Style for English
SpikeTheDragon40k 2bdba52
Aligned Style for Italian
SpikeTheDragon40k f69ee45
Update pages/common/gitea.md
SpikeTheDragon40k 4a04865
Apply suggestions from code review
SpikeTheDragon40k e65ea69
Update gitea.md
SpikeTheDragon40k 8a75acb
Update gitea.md
SpikeTheDragon40k 1128ba7
Update gitea.md
SpikeTheDragon40k 4f30ad6
Merge branch 'main' into add-gitea-cli-pages
Managor 4fc637c
Delete pages.it/common/gitea.md
SpikeTheDragon40k File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# gitea | ||
|
||
> Uno strumento da riga di comando per amministrare Gitea, un server Git leggero e autogestito. | ||
> Richiede un file `app.ini` configurato o variabili d'ambiente. | ||
> Maggiori informazioni: <https://docs.gitea.com/administration/command-line>. | ||
|
||
- Avvia il server web Gitea usando la configurazione predefinita: | ||
|
||
`gitea web` | ||
|
||
- Crea lo schema e le tabelle nel database: | ||
|
||
`gitea migrate` | ||
|
||
- Esegui comandi amministrativi integrati (come la gestione utenti): | ||
|
||
`gitea admin user list` | ||
|
||
- Mostra la guida di un sottocomando specifico: | ||
|
||
`gitea admin --help` | ||
|
||
- Mostra la pagina di aiuto: | ||
|
||
`gitea help` | ||
|
||
- Mostra la versione: | ||
|
||
`gitea --version` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# gitea | ||
|
||
> Administer Gitea, a lightweight Git hosting server. | ||
> Requires a configured `app.ini` file or environment variables. | ||
> More information: <https://docs.gitea.com/administration/command-line>. | ||
|
||
- Run the Gitea web server using the default configuration: | ||
|
||
`gitea web` | ||
|
||
- Create the necessary database schema and tables: | ||
|
||
`gitea migrate` | ||
|
||
- Run built-in admin commands (like user management): | ||
|
||
`gitea admin user list` | ||
|
||
- Display help for a specific subcommand: | ||
|
||
`gitea {{admin}} --help` | ||
|
||
- Display help: | ||
|
||
`gitea help` | ||
|
||
- Display version: | ||
|
||
`gitea --version` |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.