2021-02-15 01:41:15 +01:00
|
|
|
# get
|
2021-02-18 02:31:33 +01:00
|
|
|
The `get` subcommand is useful for getting a bare copy of devos without the
|
2021-02-15 01:41:15 +01: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_.
|