Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 507 Bytes

File metadata and controls

12 lines (10 loc) · 507 Bytes

resharper-pre-commit-hook

Resharper format pre-commit hook. It uses resharper to format all the files you're committing, and automatically restages them.

Installation

Get the latest version using bash, by running this command in the root of your repository:

curl -s https://raw.githubusercontent.com/GeeWee/resharper-pre-commit-hook/master/install-git-hook.sh | bash

Note that this runs a shell script on your computer. You might want to review the script before running it.

License

MIT