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:
parent
b64f39df45
commit
2f40b91483
@ -14,3 +14,10 @@ brew tap thoughtbot/formulae
|
|||||||
brew install rcm
|
brew install rcm
|
||||||
env RCRC=$HOME/dotfiles/rcrc rcup
|
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
|
||||||
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user