renku-python icon indicating copy to clipboard operation
renku-python copied to clipboard

precommit hook installed in wrong folder

Open Panaetius opened this issue 3 years ago • 0 comments

$ cd /somefolder/
$ renku init subfolder

creates git hooks in /somefolder/.git/hooks, NOT /somefolder/subfolder/.git/hooks, but the project is otherwise correctly created in subfolder

Panaetius avatar Nov 14 '22 15:11 Panaetius