Clean up config files
This commit is contained in:
parent
43a88375da
commit
97122080bd
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user