Add pre-commit hook
This commit is contained in:
7
.githooks/pre-commit
Normal file
7
.githooks/pre-commit
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Start pre-commit hook"
|
||||
|
||||
# Copy current state into sciebo on every commit
|
||||
# This excludes .directories and .files inside of bernstein_paper
|
||||
cp -r ./25_07_phd_defense/* ~/sciebo/PHD-Presentation-Backup
|
||||
Reference in New Issue
Block a user