This website requires JavaScript.
Explore
Help
Sign In
sharpetronics
/
QGIS
Watch
1
Star
0
Fork
0
You've already forked QGIS
mirror of
https://github.com/qgis/QGIS.git
synced
2025-02-23 00:02:38 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
QGIS
/
editors
/
link_precommit.sh
4 lines
82 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
Add link precommit hook for git
2018-03-05 09:34:36 +10:00
#!/usr/bin/env bash
Rename scripts to swap "-" for "_" for consistency We had a confusing and unpredictable mix of script names with - vs _, e.g. scripts/prepare-commit.sh vs scripts/sipify_all.sh This unifies with the preferred _ convention for script file names
2020-04-14 09:39:56 +10:00
ln -sf ../../scripts/prepare_commit.sh .git/hooks/pre-commit
Reference in New Issue
Copy Permalink