1PACKIT SYNC-FROM-DOWNSTpRaEcAkMi(t1)sync-from-downstreamPAMCaKnIuTalSYNC-FROM-DOWNSTREAM(1)
2
3
4
6 packit-sync-from-downstream - Copy synced files from Fedora dist-git...
7
9 packit sync-from-downstream [OPTIONS] [PATH_OR_URL]
10
12 Copy synced files from Fedora dist-git into upstream by opening a pull
13 request.
14
15 PATH_OR_URL argument is a local path or a URL to the upstream git
16 repository, it defaults to the current working directory
17
19 --dist-git-branch TEXT
20 Comma separated list of target branches in dist-git to sync
21 from. (defaults to repo's default branch)
22
23 --upstream-branch TEXT
24 Target branch in upstream to sync to. (defaults to repo's de‐
25 fault branch)
26
27 --no-pr
28 Do not create a pull request to upstream repository.
29
30 --fork / --no-fork
31 Push to a fork before creating a pull request.
32
33 --remote-to-push TEXT
34 Name of the remote where packit should push. If this is not
35 specified, push to a fork if the repo can be forked.
36
37 -f, --force
38 Don't discard changes in the git repo by default, unless this is
39 set.
40
41 -x, --exclude TEXT
42 File to exclude from sync
43
44
45
46 2022-06-29 PACKIT SYNC-FROM-DOWNSTREAM(1)