Stage a single path in a project's dev clone
POST/api/stage_project_git_path/:guid
Runs git add on the given path within the current user's dev clone of
the project, moving it into the staged changeset for the next commit.
Request
Responses
- 200
- 404
- 422
- 502
Successful Response
Project not found
Validation Error
git add failed