Skip to content

Commit

Permalink
add slide on file states
Browse files Browse the repository at this point in the history
  • Loading branch information
tvannoy committed Oct 4, 2023
1 parent 4d0238f commit 19f4446
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,24 @@ layout: section

# The three trees


---

# File states

<div class="flex flex-row justify-between w-9/10 items-center">

<p class="text-blue-500 text-7xl">modified</p>

<mdi-arrow-left-right class="text-9xl color-gray-500"/>

<p class="text-green-500 text-7xl">staged</p>

<mdi-arrow-right class="text-9xl color-gray-500"/>

<p class="text-purple-500 text-7xl">committed</p>
</div>

---

<img class="absolute top-0 h-screen" src="/git-three-trees-overview.svg">

Expand Down

0 comments on commit 19f4446

Please sign in to comment.