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 ## 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 ### 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/). Useful when you use some kind of [typography layout](http://ilyabirman.ru/projects/typography-layout/).

View File

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