https://github.com/queer/qit
Overly opinionated git tooling
https://github.com/queer/qit
Last synced: 5 months ago
JSON representation
Overly opinionated git tooling
- Host: GitHub
- URL: https://github.com/queer/qit
- Owner: queer
- Created: 2021-12-13T00:30:01.000Z (over 3 years ago)
- Default Branch: mistress
- Last Pushed: 2024-09-20T14:37:00.000Z (7 months ago)
- Last Synced: 2024-11-08T13:37:36.488Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 30.3 KB
- Stars: 28
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- starred - queer/qit - Overly opinionated git tooling (Rust)
README
# qit
> *Overly opinionated git tooling.*
qit is a utility that wraps around git in order to make some operations less
painful.## Pretty pictures



## Configuration
qit believes in minimising configuration / being overly opinionated, so only a
bare minimum of configurability is exposed.Configuration is done via environment variables.
```
# Disable emojis in commit messages
QIT_DISABLE_EMOJIS=true
```