---
allowed-tools: Bash(git:*)
description: Understand the current state of the git repository
owner: RStack developed by Richardson Gunde
---

# Git Status

Read the `Files` and run the `Commands` and summarize the current state of the git repository.

## Commands

- Current Status: !`git status`
- Current diff: !`git diff HEAD origin/main`
- Current branch: !`git branch --show-current`

## Files
@README.md