> For the complete documentation index, see [llms.txt](https://www.git-help.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.git-help.com/commands/git-status.md).

# git status

To find what is the current status of your git repository, how many files are commited to local repo, what is the current branch etc.

```
git status 
```

&#x20;
