Print all messages from all authors under `refs/heads/*` newer than those under `refs/delivered/*` in causal order, then update `refs/delivered/*` to reference the same messages as `refs/heads/*`.
Replicate all branches under `refs/heads/*` in remote repository at `ORIGIN` and store them under `remotes/ORIGIN/*`. `ORIGIN` must be a valid remote repository (see `git remote --help`).
Print all messages from all authors under `refs/heads/*` newer than those under `refs/delivered/*` in causal order, then update `refs/delivered/*` to reference the same messages as `refs/heads/*`.
#### `crb/repo-merge` [(src)](./crb/repo-merge)
*TBD*
...
...
@@ -596,11 +607,6 @@ For each remote branch `refs/remotes/ORIGIN/AUTHOR`, if the local branch `refs/h
Clear terminal and print the state of the repository every `INTERVAL` seconds. `INTERVAL` defaults to 3 seconds.
Replicate all branches under `refs/heads/*` in remote repository at `ORIGIN` and store them under `remotes/ORIGIN/*`. `ORIGIN` must be a valid remote repository (see `git remote --help`).