Wrote some code a long time ago but forgot to commit it? Retcon it with
dir2git
!
Give the script a directory, and it will collect committable files and their last modified timestamps. It will then commit the files, grouped by last modified date.
Requirements:
- Python 2.6, 2.7, 3.3, or PyPy
- Dulwich
- python-dateutil
Run dir2git.py --help
for details.
This project is licensed under the GNU Public License 3.0 or later. See LICENSE
for details.