mirror of
https://github.com/nushell/nushell.git
synced 2025-05-02 00:54:25 +02:00
* 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
|