Skip to content
/ dir2git Public

Converts a directory into a git version-controlled directory via last modified times.

License

Notifications You must be signed in to change notification settings

malept/dir2git

Repository files navigation

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:

Usage

Run dir2git.py --help for details.

License

This project is licensed under the GNU Public License 3.0 or later. See LICENSE for details.

About

Converts a directory into a git version-controlled directory via last modified times.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages