Git/remote
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Git
Examples
- git remote -v
- lists aliases of remote servers
- git remote show
- seems to just list remote server aliases
- git remote show <server alias>
- displays information about a remote server
