├── .gitignore ├── README.md └── greedy-git /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | __pycache__ 3 | dist 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strawp/greedy-git/HEAD/README.md -------------------------------------------------------------------------------- /greedy-git: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strawp/greedy-git/HEAD/greedy-git --------------------------------------------------------------------------------