-
- Downloads
ENH: Add SetupForDevelopment and first git hooks
- SetupForDevelopment is a bash script that will setup the git environment for the user, by running setup scripts in SetupScripts directory. - SetupGitUser will assure that a conform name and email adress are configured. - SetupGitHooks will copy git hooks in the .git/hooks directory - SuggestGitTips will suggest useful tips to configure git - prepare-commit-msg is a git hook which will display the standard prefixes that can be use for the commit summary - commit-msg will ensure the commit message follows those standards as well as some other basic rules In the future we will incorporate KWStyle to check the code style in the git pre-commit hook.
Showing
- Utilities/GitHooks/commit-msg 127 additions, 0 deletionsUtilities/GitHooks/commit-msg
- Utilities/GitHooks/prepare-commit-msg 40 additions, 0 deletionsUtilities/GitHooks/prepare-commit-msg
- Utilities/SetupForDevelopment.sh 57 additions, 0 deletionsUtilities/SetupForDevelopment.sh
- Utilities/SetupScripts/SetupGitHooks.sh 51 additions, 0 deletionsUtilities/SetupScripts/SetupGitHooks.sh
- Utilities/SetupScripts/SetupGitUser.sh 56 additions, 0 deletionsUtilities/SetupScripts/SetupGitUser.sh
- Utilities/SetupScripts/SuggestGitTips.sh 52 additions, 0 deletionsUtilities/SetupScripts/SuggestGitTips.sh
Loading
Please register or sign in to comment