"Git Guardian" is a Visual Studio Code extension designed to promote good version control practices with Git. It monitors the state of file modifications in a Git repository and alerts the user when predefined thresholds for modified or untracked files are exceeded. This tool aims to ensure timely c
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
"Git Guardian" is a Visual Studio Code extension that encourages good version control practices with Git. It monitors the status of modifications in a Git repository and alerts the user when certain thresholds for modified or untracked files are exceeded.
Features
Monitors modified and untracked files in a Git repository.
Provides visual alerts to prompt for commit actions.
Usage
Install the "Git Guardian" extension from the Visual Studio Code Marketplace.
Open a project with a Git repository.
Wait or Run the "Execute Git Guardian" command from the VS Code command palette.
Receive notifications if versioning actions are needed.
Development
This extension is developed in TypeScript.
It interacts with a Bash script to monitor the status of the Git repository.