tools and workplans
This commit is contained in:
parent
57a11d467e
commit
1eb8559f27
9 changed files with 466 additions and 20 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# Railiance — sanitized bootstrap script for creating a Gitea repository.
|
||||
#
|
||||
# PURPOSE:
|
||||
# Creates a repo (default: railiance-bootstrap) in your Gitea (user or org),
|
||||
# Creates a repo (default: railiance-cluster) in your Gitea (user or org),
|
||||
# scaffolds a minimal layout, commits, and pushes the initial content.
|
||||
#
|
||||
# SAFETY NOTES:
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
# ./tools/create_railiance_repo.sh --org coulomb # override org from config
|
||||
#
|
||||
# FLAGS:
|
||||
# --repo <name> : repository name (default: railiance-bootstrap)
|
||||
# --repo <name> : repository name (default: railiance-cluster)
|
||||
# --desc <text> : description (default provided)
|
||||
# --org <orgname> : create under this organization (overrides GITEA_ORG)
|
||||
# --public : create as public repo (default: private)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue