Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malept/dir2git
Converts a directory into a git version-controlled directory via last modified times.
https://github.com/malept/dir2git
Last synced: 4 days ago
JSON representation
Converts a directory into a git version-controlled directory via last modified times.
- Host: GitHub
- URL: https://github.com/malept/dir2git
- Owner: malept
- License: gpl-3.0
- Created: 2014-01-26T18:50:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-26T19:15:27.000Z (almost 11 years ago)
- Last Synced: 2024-10-24T16:08:23.036Z (14 days ago)
- Language: Python
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Directory to Git Repository
===========================Wrote some code a long time ago but forgot to commit it? Retcon it with
``dir2git``!How Does It Work?
-----------------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.Install
-------Requirements:
* Python 2.6, 2.7, 3.3, or PyPy
* Dulwich_
* python-dateutil_.. _Dulwich: https://www.samba.org/~jelmer/dulwich/
.. _python-dateutil: http://labix.org/python-dateutilUsage
-----Run ``dir2git.py --help`` for details.
License
-------This project is licensed under the GNU Public License 3.0 or later. See ``LICENSE`` for details.