CMake Nightly Date Stamp
[kiteware-cmake.git] / Utilities / SetupForDevelopment.sh
blobff64a8402813d6e8536420855ad12dedfe31853f
1 #!/usr/bin/env bash
3 cd "${BASH_SOURCE%/*}/.." &&
4 Utilities/GitSetup/setup-user && echo &&
5 Utilities/GitSetup/setup-hooks && echo &&
6 Utilities/GitSetup/tips
8 # Rebase master by default
9 git config rebase.stat true
10 git config branch.master.rebase true
12 # Record the version of this setup so Git/pre-commit can check it.
13 SetupForDevelopment_VERSION=2
14 git config hooks.SetupForDevelopment ${SetupForDevelopment_VERSION}