1STG-PULL(1)                      StGit Manual                      STG-PULL(1)
2
3
4

NAME

6       stg-pull - Pull changes from a remote repository
7

SYNOPSIS

9       stg pull [options] [--] [<repository>]
10

DESCRIPTION

12       Pull the latest changes from the given remote repository (defaulting to
13       branch.<name>.remote, or origin if not set). This command works by
14       popping all the patches from the stack, pulling the changes in the
15       parent repository, setting the base of the stack to the latest parent
16       HEAD and pushing the patches back (unless --nopush is specified). The
17       push operation can fail if there are conflicts. They need to be
18       resolved and the patch pushed again.
19
20       Check the git fetch documentation for the <repository> format.
21

OPTIONS

23       -n, --nopush
24           Do not push the patches back after pulling.
25
26       -m, --merged
27           Check for patches merged upstream.
28

STGIT

30       Part of the StGit suite - see stg(1)
31
32
33
34
35StGit                             01/31/2020                       STG-PULL(1)
Impressum