Metadata-Version: 2.1
Name: gitfix
Version: 0.2.3
Summary: Command-line tool to help you recover from a broken git state.
Home-page: https://github.com/lucasmelin/gitfix
License: MIT
Keywords: git
Author: Lucas Melin
Author-email: lucas.melin@gmail.com
Requires-Python: >=3.6.8,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Topic :: Utilities
Requires-Dist: blessed (>=1.18.1,<2.0.0)
Requires-Dist: rich (>=10.6.0,<11.0.0)
Project-URL: Repository, https://github.com/lucasmelin/gitfix
Description-Content-Type: text/markdown

# GitFix

Terminal application to help recover from a broken git state.

## Screenshots

![GitFix Screenshots](https://raw.githubusercontent.com/lucasmelin/gitfix/main/docs/assets/uncommitted.png?token=AABSHC7LZSRH6YORY6XWSB3BAXHY2)

## Installation

With `pip`:
```
pip install gitfix
```

With `pipx`:
```
pipx install gitfix
```

Optionally, see the releases page to download a binary for Windows. Rename the executable to `gitfix.exe` and add it to a directory in your `PATH`.

## Acknowledgements

- GitFixUm steps from https://sethrobertson.github.io/GitFixUm/, copyright © 2012 Seth Robertson, used under CC-BY-SA-3.0 with modifications.
- Rich markdown table formatting from @aurium in https://github.com/googlefonts/fontbakery/pull/3227

## Similar content
- https://dangitgit.com/en
- http://justinhileman.info/article/git-pretty/
