3 lines
54 B
Bash
3 lines
54 B
Bash
#!/bin/sh
|
|
git config --local core.hooksPath .githooks
|
#!/bin/sh
|
|
git config --local core.hooksPath .githooks
|