77 lines
3.2 KiB
Markdown
77 lines
3.2 KiB
Markdown
# auto-git-gui
|
|
|
|
**Author:** Unknown
|
|
|
|
> ⚠️ **This README.md has been automatically generated using AI and might contain hallucinations or inaccuracies. Please proceed with caution!**
|
|
|
|
# Repository Manager
|
|
|
|
## Description
|
|
|
|
Repository Manager is a desktop application designed to help you manage multiple Git repositories efficiently. It provides features such as adding and removing folders, monitoring repository updates, generating README files, and more.
|
|
|
|
## Features
|
|
|
|
- **Add/Remove Folders**: Easily add or remove folders from your list of monitored repositories.
|
|
- **Monitor Repository Updates**: Automatically detect changes in your repositories and update the UI accordingly.
|
|
- **Generate README Files**: Generate or update README.md files for your repositories with a single click.
|
|
- **Snapshot Commits**: Save snapshots of specific commits to your local machine.
|
|
- **Checkout Commits**: Checkout specific commits directly from the application.
|
|
- **Commit Changes**: Commit changes in your repository with a custom message.
|
|
- **Daily Commit Stats**: Track and visualize your daily commit statistics.
|
|
|
|
## Installation
|
|
|
|
1. Clone the repository:
|
|
```bash
|
|
git clone https://github.com/yourusername/repository-manager.git
|
|
|
|
|
|
2. Navigate to the project directory:
|
|
```bash
|
|
cd repository-manager
|
|
|
|
|
|
3. Install dependencies:
|
|
```bash
|
|
npm install
|
|
|
|
|
|
4. Build and run the application:
|
|
```bash
|
|
npm start
|
|
|
|
|
|
## Usage
|
|
|
|
1. **Add a Folder**: Click on the "Add" button to add a new folder to your list of monitored repositories.
|
|
2. **Remove a Folder**: Right-click on a folder in the sidebar and select "Remove" to remove it from the list.
|
|
3. **Monitor Updates**: The application will automatically detect changes in your repositories and update the UI accordingly.
|
|
4. **Generate README**: Click on the "Generate README" button to generate or update a README.md file for the selected repository.
|
|
5. **Snapshot Commits**: Click on the "Snapshot" button next to a commit to save it locally.
|
|
6. **Checkout Commits**: Click on the "Checkout" button next to a commit to switch to that commit.
|
|
7. **Commit Changes**: Enter a commit message and click on the "Commit" button to commit changes in your repository.
|
|
|
|
## License
|
|
|
|
The MIT License (MIT)
|
|
|
|
Copyright © 2023 Your Name
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
SOFTWARE. |