Skip to content

Commit e5df05c

Browse files
committed
Fix handout image size for git basics
1 parent 3738ea6 commit e5df05c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

day1/01_Introduction/04_Basics.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Branches represent an isolated line of development.
2929

3030
<center><img src="../../_images/mermaid/workflow-branches.mmd.png" alt="Feature Branch Workflow" width="50%" /></center>
3131

32-
!SLIDE
32+
!SLIDE smbullets noprint
3333
# The Three States
3434

3535
Files in a repository go through three states before being version controlled.
@@ -40,6 +40,17 @@ Files in a repository go through three states before being version controlled.
4040

4141
<center><img src="../../_images/mermaid/git-stages.mmd.png" alt="Git Stages"/></center>
4242

43+
!SLIDE smbullets printonly
44+
# The Three States
45+
46+
Files in a repository go through three states before being version controlled.
47+
48+
* Working directory ("modified")
49+
* Staging area ("staged")
50+
* Git directory ("committed")
51+
52+
<center><img src="../../_images/mermaid/git-stages.mmd.png" alt="Git Stages" width="400px"/></center>
53+
4354
~~~SECTION:handouts~~~
4455
4556
****

0 commit comments

Comments
 (0)