Remotes are symbolic names
(short hand name for a remote repository address)
origin <- is a shorthand name for a full address.
shorthand name for often used severs
git remote add github2 This email address is being protected from spambots. You need JavaScript enabled to view it.:ives/helloworld.git
git remote -v
origin This email address is being protected from spambots. You need JavaScript enabled to view it.:ives/helloworld.git(fetch)
origin This email address is being protected from spambots. You need JavaScript enabled to view it.:ives/helloworld.git(push)
originhttps This email address is being protected from spambots. You need JavaScript enabled to view it.:ives/helloworld.git(fetch)
originhttps This email address is being protected from spambots. You need JavaScript enabled to view it.:ives/helloworld.git(push)