mirror of
https://github.com/divnix/digga.git
synced 2024-12-19 22:22:00 +03:00
11 lines
184 B
Markdown
11 lines
184 B
Markdown
# get
|
|
The `get` subcommand is useful for getting a bare copy of devos without the
|
|
git history.
|
|
|
|
## Usage
|
|
```sh
|
|
bud get DEST-DIR
|
|
```
|
|
|
|
If DEST-DIR is ommitted, it defaults to _./devos_.
|