[READ-ONLY] Mirror of https://github.com/mrgnw/git. git config
346 B
18 lines
1#### Git config
2
3```sh
4git clone https://github.com/mrgnw/git ~/.config/git
5```
6
7This repo uses that existing structure to add easy-to-reference files around that. (Basically [ignore](ignore) & [alias](alias))
8
9#### use git-extras too
10
11```sh
12brew install git-extras
13```
14
15### user
16
17Optional `user` file for adding name/email without checking in.
18