mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
docs(claude): add git workflow section for credential-required commands
This commit is contained in:
@@ -140,6 +140,11 @@ npx nx affected:test
|
|||||||
- Use Nx's affected commands to optimize CI/CD pipelines
|
- Use Nx's affected commands to optimize CI/CD pipelines
|
||||||
- Project graph visualization helps understand dependencies: `npx nx graph`
|
- Project graph visualization helps understand dependencies: `npx nx graph`
|
||||||
|
|
||||||
|
## Git Workflow
|
||||||
|
- **IMPORTANT**: Git commands that require credentials (e.g., `git fetch`, `git pull`, `git push`) must be executed by the user, not by Claude Code
|
||||||
|
- Claude Code can execute local git commands that don't require credentials (e.g., `git status`, `git log`, `git diff`, `git checkout`, `git merge`, `git add`, `git commit`)
|
||||||
|
- When a git command requiring credentials is needed, Claude Code should inform the user and wait for them to execute it
|
||||||
|
|
||||||
## Development Notes
|
## Development Notes
|
||||||
- Use start target to start the application. Only one project can be started: isa-app
|
- Use start target to start the application. Only one project can be started: isa-app
|
||||||
- Make sure to have a look at @docs/guidelines/testing.md before writing tests
|
- Make sure to have a look at @docs/guidelines/testing.md before writing tests
|
||||||
|
|||||||
Reference in New Issue
Block a user