bgit 0.4.2

User-friendly Git wrapper for beginners, automating essential tasks like adding, committing, and pushing changes. It includes smart rules to avoid common pitfalls, such as accidentally adding sensitive files or directories and has exclusive support for portable hooks!
# Want to try bgit?

bgit is **still in development** and doesn't yet offer full parity with the Git ecosystem, so it's not quite ready for general public use. However, if you're interested in giving it a try, follow these steps:

1. **Install bgit**:

   Run the following command to install bgit:

   ```bash
   cargo install --locked bgit
   ```

2. **Invoke bgit**:

   After installation, run:

   ```bash
   bgit
   ```

3. **Clone a project**:

   When bgit prompts you to either "init" or "clone", choose **clone**. Then paste the following repository URL:

   ```url
   https://github.com/rootCircle/bgit_clone_sample
   ```

   Press **Enter**, and watch bgit automatically set up the project for you!