mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-01-12 01:01:16 -05:00
push-options.md: adapt to Forgejo
This commit is contained in:
parent
06dd69d924
commit
ad59745895
2 changed files with 6 additions and 18 deletions
|
@ -35,6 +35,7 @@ involved in running it on their machines.
|
|||
- [API Usage](api-usage)
|
||||
- [API Reference](https://codeberg.org/api/swagger)
|
||||
- [Migrating Repositories](https://docs.codeberg.org/advanced/migrating-repos/)
|
||||
- [Push Options](push-options)
|
||||
- See also
|
||||
- [Codeberg guide on Git](https://docs.codeberg.org/git/)
|
||||
- [Codeberg guide on Markdown](https://docs.codeberg.org/markdown/)
|
||||
|
|
|
@ -1,24 +1,11 @@
|
|||
---
|
||||
date: "2020-07-06T16:00:00+02:00"
|
||||
title: "Usage: Push Options"
|
||||
slug: "push-options"
|
||||
weight: 15
|
||||
toc: false
|
||||
draft: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "usage"
|
||||
name: "Push Options"
|
||||
weight: 15
|
||||
identifier: "push-options"
|
||||
layout: '~/layouts/Markdown.astro'
|
||||
title: 'Push Options'
|
||||
license: 'Apache-2.0'
|
||||
origin_url: 'https://github.com/go-gitea/gitea/blob/699f20234b9f7cdbbeeee3be004470c598fa1147/docs/content/doc/usage/push-options.en-us.md'
|
||||
---
|
||||
|
||||
# Push Options
|
||||
|
||||
In Gitea `1.13`, support for some [push options](https://git-scm.com/docs/git-push#Documentation/git-push.txt--oltoptiongt)
|
||||
were added.
|
||||
|
||||
## Supported Options
|
||||
There is support for some [push options](https://git-scm.com/docs/git-push#Documentation/git-push.txt--oltoptiongt).
|
||||
|
||||
- `repo.private` (true|false) - Change the repository's visibility.
|
||||
|
||||
|
|
Loading…
Reference in a new issue