1
0
Fork 0
mirror of https://github.com/sbrl/bin.git synced 2018-01-10 21:33:46 +00:00

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

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"