To enable the git hooks in this repository, navigate to it and run
git config core.hooksPath .githooks
To rebase on pull, which is the preferred method instead of merge, set
git config pull.rebase true
If you then need to pull, and a rebase is not possible, run
git pull --no-rebase
Home
Deleting the wiki page "Git Setup" cannot be undone. Continue?