Skip to content

Checking out as branch step may not be needed #1

@cjfullerton

Description

@cjfullerton

The step:
"Checkout this repo as a new branch in your repo: git checkout -b python-release-workflow/main python-release-workflow/main"
may not be necessary.

Using git (command line, macOS) I found that including this step caused the following warning:

'warning refname 'python-release-workflow/main python-release-workflow/main' is ambiguous'

I'm assuming ambiguity is between branch you created and upstream repo?

I tried without the checkout as branch step, everything worked and there was no warning.

Suggest removing this step from instructions, unless needed in other environments (i.e. not using command line git).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions