.> pull git@github.com:unisonweb/base:.releases._latest .base
Thepull
command is used to pull definitions from another Unison codebase into the current codebase.
The first argument topullis any Git URL that identifies the namespace to pull from and the second argument (if given) identifies a namespace that the remote codebase will be merged into. If a second argument is not supplied, then the remote codebase will be merged into the current namespace.
To optionally pull from a Git branch, the repository name is followed by:
and the name of the branch.