Skip to main content

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

Successful Response