2021-02-14 17:41:15 -07:00
|
|
|
# get
|
2021-02-17 18:31:33 -07:00
|
|
|
The `get` subcommand is useful for getting a bare copy of devos without the
|
2021-07-16 12:45:48 -05:00
|
|
|
git history.
|
2021-02-14 17:41:15 -07:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
```sh
|
2021-08-01 16:38:52 -05:00
|
|
|
bud get DEST-DIR
|
2021-02-14 17:41:15 -07:00
|
|
|
```
|
|
|
|
|
2021-07-16 12:45:48 -05:00
|
|
|
If DEST-DIR is ommitted, it defaults to _./devos_.
|