1
0
Fork 0

Add extra git config comment to envsetup

This commit is contained in:
Starbeamrainbowlabs 2017-04-10 15:29:13 +01:00
parent 52d1a5a8de
commit 590d35508d
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ ln -s ${BIN_DIR}/.hh_favorites ~/.hh_favorites
cp ${BIN_DIR}/.bash_host ~
# Set up git
## Adopt the 'new' merging behaviour
git config --global push.default simple
## Set the username & email address
git config --global user.name "Starbeamrainbowlabs"
git config --global user.email "sbrl@starbeamrainbowlabs.com"