-
Subtasks:
- Add GitService helper with initRepo(projectName) logic
- Modify ProjectService#createProject(...) to invoke initRepo(...)
- Handle collisions (project exists, repo already exists)
- Optionally write README.md with project name
- First commit (optional, basic Git command chaining)
| Type |
New Feature
|
| Priority |
Normal
|
| Assignee | |
| Version |
none
|
| Sprints |
n/a
|
| Customer |
n/a
|
Issue Votes (0)
Description: Add backend logic so that creating a project in Sztab also initializes a Git repo in the internal Git volume (/gitrepos/.git or similar). This should:
Acceptance Criteria: