packit-sync-from-downstream - Man Page

Copy synced files from Fedora dist-git...

Synopsis

packit sync-from-downstream [Options] [PATH_OR_URL]

Description

   Copy synced files from Fedora dist-git into upstream by opening a pull request.

   PATH_OR_URL argument is a local path or a URL to the upstream git repository,
   it defaults to the current working directory
   

Options

--dist-git-branch TEXT

Comma separated list of target branches in dist-git to sync from. (defaults to repo's default branch)

--upstream-branch TEXT

Target branch in upstream to sync to. (defaults to repo's default branch)

--no-pr

Do not create a pull request to upstream repository.

--fork / --no-fork

Push to a fork before creating a pull request.

--remote-to-push TEXT

Name of the remote where packit should push. If this is not specified, push to a fork if the repo can be forked.

-f, --force

Don't discard changes in the git repo by default, unless this is set.

-p, --package TEXT

Package to sync back, if more than one available, like in a monorepo configuration. Use it multiple times to select multiple packages.Defaults to all the packages listed inside the config.

-x, --exclude TEXT

File to exclude from sync

Referenced By

packit(1).

2024-04-08 0.94.2 packit sync-from-downstream Manual