git-extras icon indicating copy to clipboard operation
git-extras copied to clipboard

git-from: create a new repo based on a template repo

Open ET-CS opened this issue 6 years ago • 2 comments

Suggesting git-from from https://github.com/ET-CS/git-from

git-from is an extension of git clone, allowing to create a new repo based on a template repo.

Usage

git from <repo> <dir>

git-from will look for a .git-from file in the template repo and it will be runned once and deleted. <dir> will be passed to it as a param.

ET-CS avatar Apr 27 '18 20:04 ET-CS

@ET-CS are you the copyright holder on the original repo, and consent to the License change from Apache to MIT?

jldugger avatar May 15 '20 16:05 jldugger

@jldugger Yes, I am the copyright holder on the original repo and consent to the License change from Apache to MIT.

ET-CS avatar May 18 '20 07:05 ET-CS