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]
name = Noah Petherbridge
email = (none)
email = "(none)"
[alias]
ci = commit
@ -20,5 +20,7 @@
[push]
default = simple
# (mt) git-project
[project]
defaultprojecttype = branch

View File

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