Setting a default git remote
This bit me again today, so I thought I’d look it up and write it down here so I can find it. When you create a git repository using git clone, git very helpfully sets up a default remote repository and branch for you, pointing back at the originating repository. This is helpful, because it …