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:
parent
52d1a5a8de
commit
590d35508d
1 changed files with 2 additions and 0 deletions
2
envsetup
2
envsetup
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue