/project-archive

Discontinued open source software not having an own repository anymore.

Primary LanguagePHP

Project archive

Discontinued open source software not having an own repository anymore. The git history has been preserved, though.

Import steps

$ git remote add -f tmp git@github.com:<organisation>/<name>.git
$ git merge --allow-unrelated-histories -s ours --no-commit tmp/master
$ git read-tree --prefix=<name>/ -u tmp/master