File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Branches represent an isolated line of development.
29
29
30
30
<center ><img src =" ../../_images/mermaid/workflow-branches.mmd.png " alt =" Feature Branch Workflow " width =" 50% " /></center >
31
31
32
- !SLIDE
32
+ !SLIDE smbullets noprint
33
33
# The Three States
34
34
35
35
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.
40
40
41
41
<center ><img src =" ../../_images/mermaid/git-stages.mmd.png " alt =" Git Stages " /></center >
42
42
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
+
43
54
~~~ SECTION:handouts~~~
44
55
45
56
****
You can’t perform that action at this time.
0 commit comments