Metadata-Version: 2.1
Name: gitfix
Version: 0.2.1
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.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Topic :: Utilities
Requires-Dist: blessed
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)

## 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/
