Unstage a single path in a project's dev clone
POST/api/unstage_project_git_path/:guid
Runs git reset on the given path within the current user's dev clone
of the project, removing it from the staged changeset without discarding
its working-tree changes.
Request
Responses
- 200
- 404
- 422
- 502
Successful Response
Project not found
Validation Error
git reset failed