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!
1
2
3
4
5
6
7
8
9
10
# BGit Configuration

BGit uses a configuration file to customize rule behavior and workflow step flags. This document explains how to configure BGit for your project.

## Quick links

- Global (User) config — per-user settings like preferred auth and API keys:
 See [docs/config/GLOBAL.md]GLOBAL.md.
- Repository (Project) config — rules and workflow step flags in `.bgit/config.toml`:
 See [docs/config/REPO.md]REPO.md.