This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Set a git proxy for the SSH a git protocols in the current shell. | |
# | |
# Note that for SSH you can also set the Proxycommand in the ~/.config/ssh | |
# file, which might be more convenient than setting that in each shell | |
# | |
# Host gh | |
# User git | |
# Hostname github.com | |
# Port 22 | |
# IdentityFile ~/.ssh/my_key |
NewerOlder