mirror of
https://github.com/nushell/nushell.git
synced 2025-01-25 15:51:28 +01:00
0d82d7df60
* Update documents of commands * Change plugin names for register command examples * Remove unused docs [ci skip]
16 lines
160 B
Markdown
16 lines
160 B
Markdown
---
|
|
title: gstat
|
|
layout: command
|
|
version: 0.59.1
|
|
---
|
|
|
|
Get the git status of a repo
|
|
|
|
## Signature
|
|
|
|
```> gstat (path)```
|
|
|
|
## Parameters
|
|
|
|
- `path`: path to repo
|