git-bug/doc/md/git-bug_bridge_pull.md

25 lines
425 B
Markdown
Raw Normal View History

2018-09-24 18:11:50 +03:00
## git-bug bridge pull
Pull updates.
2018-09-24 18:11:50 +03:00
### Synopsis
Pull updates.
2018-09-24 18:11:50 +03:00
```
git-bug bridge pull [<name>] [flags]
```
### Options
```
-h, --help help for pull
-n, --no-resume force importing all bugs
-s, --since string import only bugs updated after the given date (ex: "200h" or "june 2 2019")
2018-09-24 18:11:50 +03:00
```
### SEE ALSO
* [git-bug bridge](git-bug_bridge.md) - Configure and use bridges to other bug trackers.
2018-09-24 18:11:50 +03:00