Update VCS configs
This commit is contained in:
parent
ba84e391c3
commit
c94b978f3d
11 changed files with 11 additions and 66 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
3
git/config-personal
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[user]
|
||||
name = Jeremy Kaplan
|
||||
email = jdkaplan@metagram.net
|
||||
Loading…
Add table
Add a link
Reference in a new issue