mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-06 19:46:05 +02:00
Add documentation
This commit is contained in:
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`).
|
||||
|
||||

|
||||
Reference in New Issue
Block a user