This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
b3b7d12496
gitlab-org--gitlab-foss
/
scripts
/
add-code-formatters
5 lines
85 B
Text
Raw
Normal View
History
Unescape
Escape
Add script to enable code formatters
2017-12-20 15:29:27 -05:00
#!/bin/sh
touch ./.git/hooks/pre-commit
Add changelog and newlines
2017-12-20 15:48:45 -05:00
ln -s -f ./pre-commit .git/hooks/pre-commit
Copy permalink