Git Remotes Mixed Up
If you’re using git for any length of time, professionally, or for hobbies,
you’ll probably run into the problem of using other publicly available
repositories. If you git clone
from such a repository, make your changes
commit, then push you’ll probably run into a huge problem; you’re now asking to
modify a repository you do not own! How do you change where you’re pushing to?
The answer is “remotes” which is pretty cryptic to be honest…