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