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