Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pystencils-sfg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
pystencils-sfg
Repository
77316bdfcba3e152e7c629fcd3defd0a3ea3f31d
Select Git revision
Branches
4
fhennig/minor-patches
rangersbach/c-interfacing
master
default
protected
fhennig/devel
Tags
4
v0.1a4
v0.1a3
v0.1a2
v0.1a1
8 results
pystencils-sfg
install_git_hooks.sh
Find file
Blame
Permalink
1 year ago
c5ec9fc6
added git hooks
· c5ec9fc6
Frederik Hennig
authored
1 year ago
c5ec9fc6
History
added git hooks
Frederik Hennig
authored
1 year ago
install_git_hooks.sh
91 B
Edit
Open in Web IDE
.
Quickly and easily edit multiple files in your project.
Edit single file
Edit this file only.
1
2
3
4
5
6
#!/bin/bash
cp
git-hooks/pre-commit .git/hooks/pre-commit
chmod
+x .git/hooks/pre-commit