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
13 pull request.
14
15 PATH_OR_URL argument is a local path or a URL to the upstream git
16 repository,
17 it defaults to the current working directory
18
19
21 --dist-git-branch TEXT
22 Comma separated list of target branches in dist-git to sync
23 from. (defaults to repo's default branch)
24
25 --upstream-branch TEXT
26 Target branch in upstream to sync to. (defaults to repo's de‐
27 fault branch)
28
29 --no-pr
30 Do not create a pull request to upstream repository.
31
32 --fork / --no-fork
33 Push to a fork before creating a pull request.
34
35 --remote-to-push TEXT
36 Name of the remote where packit should push. If this is not
37 specified, push to a fork if the repo can be forked.
38
39 -f, --force
40 Don't discard changes in the git repo by default, unless this is
41 set.
42
43 -x, --exclude TEXT
44 File to exclude from sync
45
46
47
48 2023-01-20 PACKIT SYNC-FROM-DOWNSTREAM(1)