1
0
Fork 0

Update VCS configs

This commit is contained in:
Jeremy Kaplan 2017-09-24 22:01:55 -04:00 committed by Jeremy Kaplan
commit c94b978f3d
11 changed files with 11 additions and 66 deletions

View file

@ -7,7 +7,13 @@
default = simple
[alias]
lg = log --oneline --graph --decorate
root = rev-parse --show-toplevel
[credential]
helper = cache
[commit]
verbose = true
[core]
excludesfile = /home/jdkaplan/.gitignore
[includeIf "gitdir:~/projects/"]
path = config-personal

View file

@ -1,13 +0,0 @@
[user]
name = Jeremy Kaplan
email = jeremydkaplan@gmail.com
[color]
ui = true
[push]
default = simple
[alias]
lg = log --oneline --graph --decorate
[credential]
helper = cache
[commit]
verbose = true

View file

@ -1,13 +0,0 @@
[user]
name = Jeremy Kaplan
email = jdkaplan@mit.edu
[color]
ui = true
[push]
default = simple
[alias]
lg = log --oneline --graph --decorate
[credential]
helper = cache
[commit]
verbose = true

3
git/config-personal Normal file
View file

@ -0,0 +1,3 @@
[user]
name = Jeremy Kaplan
email = jdkaplan@metagram.net