1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Add git author settings instruction

This commit is contained in:
Daniel Barber 2015-11-26 16:16:48 +00:00
parent b64f39df45
commit 2f40b91483

View File

@ -14,3 +14,10 @@ brew tap thoughtbot/formulae
brew install rcm
env RCRC=$HOME/dotfiles/rcrc rcup
```
# Set git author
```bash
cp ~/dotfiles-local/gitconfig.author.example ~/dotfiles-local/gitconfig.author
vim ~/dotfiles-local/gitconfig.author
```