git-bug_bridge_pull.md

 1## git-bug bridge pull
 2
 3Pull updates.
 4
 5### Synopsis
 6
 7Pull updates.
 8
 9```
10git-bug bridge pull [<name>] [flags]
11```
12
13### Options
14
15```
16  -h, --help           help for pull
17  -n, --no-resume      force importing all bugs
18  -s, --since string   import only bugs updated after the given date (ex: "200h" or "june 2 2019")
19```
20
21### SEE ALSO
22
23* [git-bug bridge](git-bug_bridge.md)	 - Configure and use bridges to other bug trackers.
24