Skip to content
Snippets Groups Projects
Commit 6ad53860 authored by nicolas's avatar nicolas
Browse files

add a slide

parent db2ceb6f
No related branches found
No related tags found
No related merge requests found
......@@ -337,4 +337,29 @@ OPTIONS:
-h, --help Print help information
-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
git co DESTINATION
gblk co
```
<p><p>
......@@ -74,6 +74,7 @@
background-color: rgb(214, 214, 214);
color: rgb(0, 0, 0);
font-family: monospace;
font-size: 0.9em;
}
.reveal li code {
......@@ -81,6 +82,7 @@
background-color: rgb(214, 214, 214);
color: rgb(0, 0, 0);
font-family: monospace;
font-size: 0.9em;
}
.reveal .callout.callout-captioned .callout-icon::before {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment