Unstage all changes in a project's dev clone
POST/api/unstage_all_project_git/:guid
Runs git reset on every staged change in the current user's dev clone
of the project, moving all of it back to unstaged without discarding
working-tree changes. When both workflow_guid and node_guid are given,
only changes under that node and the libraries it links to are unstaged.
Request
Responses
- 200
- 400
- 404
- 422
- 502
Successful Response
Invalid path segment
Project not found
Validation Error
git reset failed