Skip to content

Commit

Permalink
add git status json description
Browse files Browse the repository at this point in the history
  • Loading branch information
diffitask committed Nov 17, 2023
1 parent 82cc204 commit 82dd4b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,14 @@
],
"optional_parameters": []
},
{
"name": "git_status",
"url": "/git-status",
"description": "Displays the state of the working directory and the staging area. It lets see which changes have been staged, which haven't, and which files aren't being tracked by Git. Status output does not show any information regarding the committed project history.",
"method": "GET",
"required_parameters": [],
"optional_parameters": []
},
{
"name": "reverse_last_api_methods",
"url": "/reverse-api-methods",
Expand Down

0 comments on commit 82dd4b4

Please sign in to comment.