Add new configs based on type of install
This commit is contained in:
parent
bb91845ba6
commit
059176fb04
7 changed files with 73 additions and 2 deletions
11
git/config-metagram
Normal file
11
git/config-metagram
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[user]
|
||||
name = Jeremy Kaplan
|
||||
email = jdkaplan@metagram.net
|
||||
[color]
|
||||
ui = true
|
||||
[push]
|
||||
default = simple
|
||||
[alias]
|
||||
lg = log --oneline --graph --decorate
|
||||
[credential]
|
||||
helper = cache
|
||||
11
git/config-mit
Normal file
11
git/config-mit
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[user]
|
||||
name = Jeremy Kaplan
|
||||
email = jdkaplan@mit.edu
|
||||
[color]
|
||||
ui = true
|
||||
[push]
|
||||
default = simple
|
||||
[alias]
|
||||
lg = log --oneline --graph --decorate
|
||||
[credential]
|
||||
helper = cache
|
||||
Loading…
Add table
Add a link
Reference in a new issue