Skip to content

Commit

Permalink
Supporting git submodule status (Fixes #183)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Oct 5, 2023
1 parent c7027ec commit dc9db81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Git.Status-Extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ Returns git status as an object.


### Examples
#### EXAMPLE 1
> EXAMPLE 1
```PowerShell
git status
```
> EXAMPLE 2
#### EXAMPLE 2
```PowerShell
git status | Select-Object -ExpandProperty Untracked
```



---


Expand Down

0 comments on commit dc9db81

Please sign in to comment.