This commit is contained in:
Artem Sapegin 2012-11-28 12:43:33 +04:00
commit 24d0b516d2
2 changed files with 10 additions and 5 deletions

View File

@ -47,6 +47,13 @@ Installs Chrome and makes it default browser.
## Tips & Tricks
### Local Git identity
```
git config -f ~/.gitlocal user.email "artem@sapegin.ru"
git config -f ~/.gitlocal user.name "Artem Sapegin"
```
### How to remove US English keyboard layout on Mac OS X
Useful when you use some kind of [typography layout](http://ilyabirman.ru/projects/typography-layout/).

View File

@ -48,9 +48,7 @@
# Include local settings
# Requires Git 1.7.10
# Example:
# [user]
# name = Artem Sapegin
# email = artem@sapegin.ru
# git config -f ~/.gitlocal user.email "artem@sapegin.ru"
# git config -f ~/.gitlocal user.name "Artem Sapegin"
[include]
path = ~/.gitlocal
path = .gitlocal