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-02-15 00:41:15 +00:00
|
|
|
git history. You can pull either the core or community branches.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
```sh
|
|
|
|
flk get BRANCH DEST-DIR
|
|
|
|
```
|
|
|
|
|
|
|
|
If DEST-DIR is ommitted, it defaults to _./flk_.
|