-l, --last <N> consider last N archives [default: 0]
```
<b>
\ No newline at end of file
<p><p>
## Git Borg Linker - checkout
To go back to an old version of the `results` folder you can do a `gblk checkout` after a ` git checkout`. This will *revert your `result` folder* to the way it was at that commit.
::: {.callout-warning icon=true}
Doing a checkout without hooks might be risky because any unsaved change in your `results` folder will be lost
:::
To *avoid losing data* without hooks use the `gblk pre-co` command before the `git checkout` command
The workflow is the following
```bash
# without hooks
gblk pre-co # checks if there is no new data inside the results folder