Skip to content

Commit 379adc2

Browse files
committed
add some definitions
1 parent cda7541 commit 379adc2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

notes.sh

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66

77
# Structure of git (.git, sha1, blob, etc.)
88
# Object types (blob, tree, commit, tag (HEAD,branch))
9-
# Layers (working tree, index, repo, remote)
9+
# Layers (working tree, staging area, repo, remote)
10+
# working tree -> "checked out" files to work on
11+
# staging area -> "limbo" to get files into a commit
12+
# commit -> a node in the repository tree
13+
# repo -> a tree of commits linked together
14+
# tag -> a pointer to a commit
1015

1116
# How to get git manpages
1217

0 commit comments

Comments
 (0)