Open
Description
when a developer clones their fork, the first thing they do is setup the config.
it can be automated with "git remote add upstream git@$(GITR_SERVER)-$(GITR_USER):$(GITR_ORG_UPSTREAM)/$(GITR_REPO_NAME)"
this presumes that your using ssh .
wondering if you think its a good idea to add... ?