1
0

Clean up config files

This commit is contained in:
Noah 2016-06-06 10:15:27 -07:00
parent 43a88375da
commit 97122080bd
2 changed files with 11 additions and 8 deletions

View File

@ -1,6 +1,6 @@
[user] [user]
name = Noah Petherbridge name = Noah Petherbridge
email = (none) email = "(none)"
[alias] [alias]
ci = commit ci = commit
@ -20,5 +20,7 @@
[push] [push]
default = simple default = simple
# (mt) git-project
[project] [project]
defaultprojecttype = branch defaultprojecttype = branch

View File

@ -28,12 +28,13 @@ Host caskir
ForwardAgent yes ForwardAgent yes
Host mtgit git.mtsvc.net Host mtgit git.mtsvc.net
HostName git.mtsvc.net HostName git.mtsvc.net
User git User git
ControlMaster auto ControlMaster auto
ControlPath /tmp/ssh_mux_%h_%p_%r ControlPath /tmp/ssh_mux_%h_%p_%r
ControlPersist 30s ControlPersist 30s
Host omega Host omega
HostName omega.mtsvc.net HostName omega.mtsvc.net
ForwardAgent yes User npetherbridge
ForwardAgent yes