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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
405 B
Markdown
Raw Normal View History

2018-09-24 18:11:50 +03:00
## git-bug bridge pull
Pull updates from a remote bug tracker
2018-09-24 18:11:50 +03:00
```
git-bug bridge pull [NAME] [flags]
2018-09-24 18:11:50 +03:00
```
### Options
```
-n, --no-resume force importing all bugs
-s, --since string import only bugs updated after the given date (ex: "200h" or "june 2 2019")
2020-06-28 19:26:29 +03:00
-h, --help help for pull
2018-09-24 18:11:50 +03:00
```
### SEE ALSO
* [git-bug bridge](git-bug_bridge.md) - List bridges to other bug trackers
2018-09-24 18:11:50 +03:00