1RBM-FETCH(1) RBM-FETCH(1)
2
3
4
6 rbm-fetch - Fetch commits from remote git or mercurial repository
7
9 rbm fetch [options] [project]
10
12 Fetch commits from remote git or mercurial repository for the select
13 project. If no project is selected, fetch commits for all projects.
14
15 This command is useful when the fetch option has been set to 0. When
16 the fetch option is set to 1, all new commits are automatically
17 fetched, so there is no need to use this command.
18
19 Alternatively, the --fetch option can be used on other commands.
20
22 See rbm_cli(7) for options.
23
25 rbm(1)
26
27
28
29 01/30/2020 RBM-FETCH(1)