Closed
Description
Feature Description
There seem to be various ways that systems refer to the source branch of a PR:
user/repo:branch
is used by giteauser:branch
is used by githubuser/branch
is used by gitlab and in git cli (if remote name is user name)
I'd argue we should go with the format of user/branch
, because it lends itself for copy-paste with git cli when remote name equals username, where one can do git checkout -t user/branch
. Anyone agree?