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