-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
issue/needs-feedbackFor bugs, we need more details. For features, the feature must be described in more detailFor bugs, we need more details. For features, the feature must be described in more detailtype/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
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?
Screenshots
MrRar
Metadata
Metadata
Assignees
Labels
issue/needs-feedbackFor bugs, we need more details. For features, the feature must be described in more detailFor bugs, we need more details. For features, the feature must be described in more detailtype/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.