Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Latest commit

 

History

History
41 lines (23 loc) · 829 Bytes

README.textile

File metadata and controls

41 lines (23 loc) · 829 Bytes

OVERVIEW

git-template is a tool to provide a somewhat broader templating functionality
than the one provided with git itself.

Git templates only relate to files in the .git directory, but git-template
templates can include files throughout the working set.

Additionally, git-template provides some out-of-the-box templates, of particular
note, ones relevant to Unity3D users.

REQUIREMENTS

  • A Unix-like environment, particularly including Bash.
  • Perl
  • Rsync

Note that this was developed/tested under MacOS X, which should work fine
out-of-the-box.

USAGE

cd /path/to/your/git/repo
git template SomeTemplateName

git template —freshen

LICENSE

Dual licensed under the terms of the MIT X11 or GNU GPL.

TODO

  • More rigorous testing of symlink use-cases.
  • Actual test-suite.