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