Common tools for git development environment
- clone the repo in git / sourcetree
- open the git bash from the repo
- make setupEnv.sh executable:
chmod+x setupEnv.sh
- execute it:
./setupEnv.sh
To verify it worked, check your .gitconfig file (typically in C:\users<your user>.gitconfig). It will have these 2 lines:
- in [core] section: attributesfile = C://env-tools/attributes.inc
- in [include] section: path = C://env-tools/tools.inc