Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 510 Bytes

File metadata and controls

20 lines (15 loc) · 510 Bytes

Private Repo Erzeugen

Empfohlener Weg:

gh repo create <user>/pc-agent-installer-private --template <owner>/pc-agent-installer --private --clone

Alternativ lokal ohne Remote:

git clone https://github.com/<owner>/pc-agent-installer.git pc-agent-installer-local
cd pc-agent-installer-local
git remote remove origin
git init
git add .
git commit -m "Initial local operational copy"

Danach repo-mode.yaml auf operational oder local-only setzen und die Guard-Skripte ausführen.