Stage all changes in a project's dev clone
POST/api/stage_all_project_git/:guid
Runs git add on every pending change in the current user's dev clone
of the project, staging all of it for the next commit. When both
workflow_guid and node_guid are given, only changes under that node
and the libraries it links to are staged.
Request
Responses
- 200
- 400
- 404
- 422
- 502
Successful Response
Invalid path segment
Project not found
Validation Error
git add failed