mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2026-02-01 02:26:17 -06:00
Add pre-commit, pre-push hooks formally
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Remove all lines starting with >[! from CARGO_README.md
|
||||
sed -i '/^>\[!/d' CARGO_README.md
|
||||
|
||||
# Add the modified file to the commit
|
||||
git add CARGO_README.md
|
||||
Reference in New Issue
Block a user