Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

action

argument

note

create-branch

--name <branch-name>: specify the name of the branch.
-- tag <tag-name>: specify the name of a tag.

create a branch based on the given tag.

delete-branch

--name <branch-name>: specify which branch will be deleted.

delete a branch.

merge-branch

--name <branch-name>: merge specified branch to main.

merge specified branch to main.

replace-main-branch

--name <branch-name>: replace main branch with specified branch.

replace the main branch with a specified branch.

...