I've read in a number of places that simply executing git fetch will default to fetching origin, and that if you have no remote called origin, the fetch will fail with
fatal: No remote repository specified. Please, specify either a URL or a remote name from which new revisions should be fetched. Is it possible to default git to fetch something other than origin? I prefer to name my remotes a little more descriptively (like gitlab or bitbucket).