This gist's comment stream is a collection of webdev apps for OS X. Feel free to add links to apps you like, just make sure you add some context to what it does — either from the creator's website or your own thoughts.
— Erik
I hereby claim:
To claim this, I am signing this object:
| ProxyCommand "C:\Program Files\git\bin\connect.exe" -H proxy.example.com:8080 %h %p | |
| Host github.com | |
| HostName ssh.github.com | |
| Port 443 | |
| IdentityFile C:\Users\hoge\.ssh\id_rsa | |
| Host bitbucket.org | |
| HostName altssh.bitbucket.org | |
| Port 443 | |
| IdentityFile C:\Users\hoge\.ssh\id_rsa |
| Host github.com | |
| AddKeysToAgent yes | |
| Hostname ssh.github.com | |
| PreferredAuthentications publickey | |
| UseKeychain yes | |
| IdentityFile ~/.ssh/id_rsa | |
| User git | |
| Port 443 | |
| Host gitlab.com |
| Host github.com | |
| AddKeysToAgent yes | |
| Hostname ssh.github.com | |
| IdentityFile ~/.ssh/id_rsa | |
| User git | |
| Port 443 | |
| proxycommand socat - PROXY:172.16.199.20:%h:%p,proxyport=8080,proxyauth=user:pwd |
rsync (Everyone seems to like -z, but it is much slower for me)
| Host github.com | |
| AddKeysToAgent yes | |
| Hostname ssh.github.com | |
| PreferredAuthentications publickey | |
| UseKeychain yes | |
| IdentityFile ~/.ssh/id_rsa | |
| User git | |
| Port 443 | |
| proxycommand socat - PROXY:127.0.0.1:%h:%p,proxyport=8080 |
| Host github.com | |
| AddKeysToAgent yes | |
| Hostname ssh.github.com | |
| IdentityFile ~/.ssh/id_rsa | |
| User git | |
| Port 443 | |
| proxycommand socat - PROXY:172.16.199.20:%h:%p,proxyport=8080,proxyauth=user:pwd |
| Host github.com | |
| AddKeysToAgent yes | |
| Hostname ssh.github.com | |
| IdentityFile ~/.ssh/id_rsa | |
| User git | |
| Port 443 | |
| proxycommand socat - PROXY:172.16.199.20:%h:%p,proxyport=8080 | |
| Host gitlab.com |
| Host github.com | |
| AddKeysToAgent yes | |
| Hostname ssh.github.com | |
| PreferredAuthentications publickey | |
| UseKeychain yes | |
| IdentityFile ~/.ssh/id_rsa | |
| User git | |
| Port 443 | |
| Host gitlab.com |