Files
Sourcetrail/script/setup.sh
T
Eberhard Gräther e763532523 setup: added setup.sh script
The setup.sh script is responsible for setting up the environment
including all configurations.

reviewer=
review url=
2014-02-04 00:28:32 +01:00

10 lines
179 B
Bash
Executable File

#!/bin/sh
# Define commit message template:
git config commit.template .git_commit_template.txt
# Enable git commandline colors:
git config color.ui true
echo "setup complete"