mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-06 07:39:48 +01:00
Add documentation
This commit is contained in:
BIN
docs/de/user/admin/assets/administration-settings-git.png
Normal file
BIN
docs/de/user/admin/assets/administration-settings-git.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 162 KiB |
23
docs/de/user/admin/git.md
Normal file
23
docs/de/user/admin/git.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
title: Administration
|
||||
subtitle: Git
|
||||
---
|
||||
Unter dem Eintrag Git können die folgenden Git-spezifischen Einstellungen vorgenommen werden:
|
||||
|
||||
- GC Cron Ausdruck
|
||||
|
||||
Wenn hier ein Wert gesetzt wird, führt der SCM-Manager zu den
|
||||
[entsprechenden Zeiten](https://de.wikipedia.org/wiki/Cron)
|
||||
eine "Git Garbage Collection" aus.
|
||||
|
||||
- Deaktiviere "Non Fast-Forward"
|
||||
|
||||
Wenn dieses aktiviert ist, werden "forcierte" Pushs abgelehnt, wenn diese keine "fast forwards" sind.
|
||||
|
||||
- Default Branch
|
||||
|
||||
Der hier gesetzte Branch Name wird bei der Initialisierung von neuen Repositories genutzt.
|
||||
Bitte beachten Sie, dass dieser Name aufgrund von Git-Spezifika nicht bei leeren Repositories genutzt
|
||||
werden kann (hier wird immer der Git-interne Default Name genutzt, derzeit also `master`).
|
||||
|
||||

|
||||
@@ -8,6 +8,7 @@ Im Bereich Administration kann die SCM-Manager Instanz administriert werden. Von
|
||||
* [Plugins](plugins/)
|
||||
* [Berechtigungsrollen](roles/)
|
||||
* [Einstellungen](settings/)
|
||||
* [Git](git/)
|
||||
<!--- AppendLinkContentEnd -->
|
||||
|
||||
### Information
|
||||
|
||||
BIN
docs/en/user/admin/assets/administration-settings-git.png
Normal file
BIN
docs/en/user/admin/assets/administration-settings-git.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 160 KiB |
22
docs/en/user/admin/git.md
Normal file
22
docs/en/user/admin/git.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
title: Administration
|
||||
subtitle: Git
|
||||
---
|
||||
In the git section there are the following git specific settings:
|
||||
|
||||
- GC Cron Expression
|
||||
|
||||
If this is set, SCM-Manager will execute a git garbage collection matching the given
|
||||
[cron expression](https://en.wikipedia.org/wiki/Cron#CRON_expression).
|
||||
|
||||
- Disable Non Fast-Forward
|
||||
|
||||
Activate this to reject forced pushes that are not fast forwards.
|
||||
|
||||
- Default Branch
|
||||
|
||||
The branch name configured here will be used for the initialization of new repositories.
|
||||
Please mind, that due to git internals this cannot work for empty repositories (here git
|
||||
will always use its internal default branch, so at the time being `master`).
|
||||
|
||||

|
||||
@@ -7,6 +7,7 @@ The SCM-Manager instance can be administered in the Administration area. From he
|
||||
* [Plugins](plugins/)
|
||||
* [Permission Roles](roles/)
|
||||
* [Settings](settings/)
|
||||
* [Git](git/)
|
||||
|
||||
### Information
|
||||
On the information page in the administration area you can find the version of your SCM-Manager instance and helpful links to get in touch with the SCM-Manager support team. If there is a newer version for SCM-Manager, it will be shown with the link to the download section on the official SCM-Manager homepage.
|
||||
|
||||
Reference in New Issue
Block a user