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