diff --git a/docs/git-workflow.html b/docs/git-workflow.html new file mode 100644 index 0000000..004326f --- /dev/null +++ b/docs/git-workflow.html @@ -0,0 +1,80 @@ + + + + + Git Workflow + + + +
+

Git Workflow & Branch Protection

+
Keep master protected; land changes via PRs with review and passing checks.
+
+
+
+

Remotes

+ +
+ +
+

Daily flow

+ +
+ +
+

Branch protection

+ +
+ +
+

Local config

+ +
+ +
+

Troubleshooting

+ +
+ +
+

CI

+ +
+ +
+

Secrets & kubeconfig

+ +
+
+ + diff --git a/docs/index.html b/docs/index.html index 965d19f..85d48ce 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,6 +19,7 @@
  • Logical Architecture
  • Feature Sequences
  • Security Testing
  • +
  • Git Workflow
  • Redmine Integration