Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 541 Bytes

File metadata and controls

28 lines (17 loc) · 541 Bytes

Unity Git Precommit Hook

Overview

This Git precommit-hook makes life a bit easier when using git as your source control solution for Unity3d. The precommit hook will ensure that any contributors commit any changes along with their necessary .meta files.

Using

Installation

Copy pre-commit into your git Hooks directory (.git/hooks).

Usage

Simply work with git as you usually would.

Contributing

Please do! Simply fork the github project as usual.