Skip to content
Snippets Groups Projects
Verified Commit a82df508 authored by Lukas Kluft's avatar Lukas Kluft
Browse files

Add fragments for ordered animation

parent 6d7d14d1
No related branches found
No related tags found
No related merge requests found
......@@ -67,19 +67,28 @@ git config --global user.email "youremail@yourdomain.com"
## Create a Branch
::: {.fragment fragment-index=0}
Check the branches before creating a new one
```bash
# check the branches before creating a new one
git branch
* master
```
:::
# create a new branch
Create a new branch
```bash
git branch b1
```
# check the branches after adding a new branch
::: {.fragment fragment-index=1}
Check the branches after adding a new branch
```bash
git branch
b1
* master
```
:::
## Switch Branches
```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment